.visually-hidden {
    position:absolute!important; height:1px; width:1px; overflow:hidden;
    clip:rect(1px,1px,1px,1px); white-space:nowrap; border:0; padding:0; margin:-1px;
    }
    table td, table th { border:1px solid #ccc; padding:.65rem; text-align: center; }

.carousel-schedule {
    margin: 4rem 0;
    font-family: 'Roboto Condensed', sans-serif;
}
caption {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
}
.ct-time {
    text-align: end;
}
.ct-time.odd {
  background-color: rgb(236, 236, 236, 0.5);
}
.ct-es {
    font-style: italic;
}

.ct-fm {
    background-color: rgb(248, 255, 37);
}
.ct-fs {
    background-color: rgb(200, 237, 254);
}
.ct-ir {
    background-color: rgb(239, 168, 255);
}
.ct-im {
    background-color: rgb(250, 218, 199);
}
.ct-is {
    background-color: rgb(205, 255, 205);
}
.ct-fr {
    background-color: rgb(255, 35, 35);
    color: white;
}
.ct-day, .ct-period {
    text-align: center;
    vertical-align: middle;
}