body
{
    /*background: rgb(231,233,244);
    background: linear-gradient(90deg, rgba(231,233,244,1) 0%, rgba(255,235,238,1) 50%, rgba(231,233,244,1) 100%);*/
}

.content-body {
    padding-top: 0 !important;
    padding-bottom: 5rem;
    padding-right: 0;
}

/* Calendar day numbers - heavier font weight */
.calendarTabItem .day {
    font-weight: 700;
}

/* Schedule heading - heavier font weight */
.schedule h3 {
    font-weight: 700;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {

}

@media only screen and (max-width: 640px) {

}