@media print {
  .tables-export-img {
    display: inline-block;
    vertical-align: top;
  }
  .tables-export-img .img {
    text-align: center;
  }
  .tables-export-img .text {
    margin-top: -0.2cm;
    text-align: center;
    font-size: 0.7cm;
    white-space: nowrap;
  }
}