th, tr, td {
    padding: 10px;
}

/* tr.videolink { */
/*     background-color: grey; */
/* }     */

tr.homework {
    background-color: #fbebde;
}

tr.week2 {
    background-color: #fcf7f2;
}

td.date {
    width: 6rem;
}

td.exams {
    width: 10rem;
}

thead {
    border-top: 2.5px solid black;
    border-bottom: 2.5px solid black;
}

#notice {
    margin-top: 2em; 
}

#scheduleTable {
    margin-top: 2.5em;
    margin-bottom: 2em;
}
