@media only screen and (max-width: 1024px) {
  table.tt_timetable th {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .mkdf-ttevents-single .tt_event_hours li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=timetable-schedule-responsive.css.map */