@page {
  size: A4;
  margin: .25cm .75cm;
}

@media print {
  .hero, .footer, .breadcrumb, .button, h1, p, .message, .tabs {
    display: none;
  }

  #print-header {
    display: block;
  }

  html, body {
    background-color: #FFFFFF;
    font-size: 6.5pt!important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;

    width: 21cm;
    height: 29.7cm;
  }

  #program-grid div.slot {
    box-shadow: none;
  }
}
