
@page {
  size: A4 landscape;
  margin: 10mm;
}

@media print {
  table {
    table-layout: fixed !important;
    width: 100% !important;
  }

  .row,
  .col,
  [class*="col-"] {
    display: table-cell !important;
    float: none !important;
    width: auto !important;
  }

  td,
  th {
    white-space: nowrap !important;
    overflow: visible !important;
  }
}
