.syllabus .apps .row {
    background: #ececec;
    padding: 10px;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.syllabus .apps {
    max-width: 767.98px;
}

.syllabus .apps p, .apps a, .apps h5 {
    font-size: 0.8rem;
}

.biggerText {
    font-size: 1.1rem !important;
    background: #474654;
    width: fit-content;
    padding: 3px 16px;
    color: #ccc;
}

.row_bottom {
    padding: 10px 5px !important;
    text-align: center;
}

.whichDay {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 25px;
    border-right: 1px solid #e2dedc;
}

.annotation p {
    font-style: italic;
    font-size: 0.7rem;
    padding: 5px;
    color: #565555;
    border-radius: 5px;
}

.stayFixed {
position: sticky;
    /*position: fixed;*/
}

.stayFixed h2 {
    font-size: 1rem;
    font-weight: 900;
}

.syllabus .apps h5 {
    color: #b1b1b1;
}

.distinctSyllabusRow {
    padding-bottom: 45px;
    background: #234365 !important;
    color: white;
    border-bottom: 2px solid #183452;
    box-shadow: 1px 10px 16px 4px #234365;
}


.distinctSyllabusRow p {
    max-width: 700px;
}

@media (max-width: 767.98px) {

    .whichDay {
        border: 0;
    }


}