/* Timetable (js/timetable.js) */
.tt-scroll { overflow-x: auto; }
.tt-table { border-collapse: collapse; width: 100%; min-width: 720px; }
.tt-table th, .tt-table td { border: 1px solid var(--line); text-align: center; }
.tt-table th { background: var(--panel-2); font-size: 13px; padding: 8px 6px; }
.tt-corner { width: 92px; }
.tt-pcell { background: var(--panel-2); padding: 3px; }
.tt-plabel { width: 84px; text-align: center; font-weight: 700; font-size: 12px; padding: 4px 2px; }
.tt-cell { padding: 3px; vertical-align: middle; }
.tt-cell.tt-filled { background: color-mix(in srgb, var(--accent) 8%, transparent); }
.tt-sub { width: 100%; font-weight: 700; font-size: 12px; margin-bottom: 2px; }
.tt-tea { width: 100%; font-size: 11px; color: var(--muted); }
@media print {
  .tt-tea, .tt-sub { border: none; -webkit-appearance: none; appearance: none; background: transparent; }
  .tt-plabel { border: none; }
  .tt-cell.tt-filled { background: #eef4fc; }
}
