/* Hide Track on agenda - Info Site*/

tbody tr:has(.trackBorder){
    display:none!important
}

/* Fix Table Width */
table {
    width: 100%;
    table-layout: fixed;
}

tr > td:first-child {
    width: 180px; /* fixed width for session column */
}