@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    display: grid;
  }
  .btn {
    display: none;
  }
  th.hidden-sm-down,
  td.hidden-sm-down {
    display: table-cell !important;
  }
}
