/* Override this file to customise the theme's CSS for your site */

.schedule-table td,
.schedule-table th {
    white-space: nowrap;
}

/* Allow wrapping for the 3th column (Notes) */
.schedule-table td:nth-child(3),
.schedule-table th:nth-child(3) {
    white-space: normal;
}
