.tbox {
  position: relative;
  background-color:  #F2FAD9;
  color:#323314;
  opacity: 0.7;
  font-style: italic;
  font-size: 1em;
  line-height: 1.6;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  overflow: hidden;
  transition: all 0.3s ease;
}


.tbox:hover {
  opacity: 1;
  transform: scale(1.02) translateZ(0);
  backface-visibility: hidden;
}

.inktext::before {
 
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}
/*
.arrow {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333; 
}


.align-left .arrow {
  left: -20px;
  border-right-color: #ddd;
}

.align-right .arrow {
  right: -20px;
  border-left-color: #ddd;
}
*/
.content {
  margin: 0;
}
.inktext {
  
  padding: 0 !important;
  transition: all 0.3s ease;
}


.tbox:hover ink {
  font-size: 1.em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.tbox footer {
  margin-top: 5px;
  font-style: normal;
  font-size: 0.9em;
  color: #aaa;
}

/* Mobile fallback */
@media (hover: none) {
  .tbox:hover {
    opacity: 1;
    transform: none;
  }

  .tbox:hover ink {
    font-size: inherit;
    text-shadow: none;
  }
}
