@media print {
  .header, .nav, .sidebar, .footer, .top, h2, h3 {
    display: none !important;
  }

  table {
    page-break-inside: avoid;
    break-inside: avoid;
    min-width: 100%;
  }

  table > *, table {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .schedule .h2 {
    margin: initial;
  }

  .schedule .content table {
    margin: 1rem 0;
  }

  .schedule caption {
    padding: 0;
  }

  .schedule td, .schedule th {
    padding: .1rem .3rem;
  }

  .schedule td[data-label="Time"] {
    min-width: 14ch;
  }
  .schedule td[data-label="Period"] {
    min-width: 10ch;
  }
  .schedule td[data-label="Part"] {
    min-width: 6ch;
  }
}
