﻿/*
.es-timetable2 tr {
    height: 0.5rem;
}
*/

.es-timetable tr.es-hourrow2 {
    height: 1.5rem;
    background: var(--es-light-bg);
    border-top: solid 1px var(--es-grey-color);
}

.es-timetable tr.es-hourrow2.no-border {
     border: none;
}

.es-timetable tr.es-hourrow3 {
    height: 1.5rem;
    /*background-color: yellow;*/
}

