#schedule {
    max-width: 1200px;
}
#schedule-page {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 10px;
}


.schedule-day {
    border-width: 1px;
    border-radius: 8px;
    border-color: #D9D9D9;
    border-style: solid;
    width: 270px;
    margin: 0 5px 10px;
}
.day-caption {
    font-size: 24px;
    text-align: center;
    background-color: #D9D9D9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.schedule-list {
    font-size: 16px;
    color: #5A6064;
}

.schedule-list .schedule-time {
    font-weight: bolder;
    color: black;
}

.schedule-list ul {
    padding: 0;
}

.schedule-list li {
    padding: 10px 0;
    border-bottom: black 1px dotted;
    list-style-position: inside;
    margin: 10px 10px;
}

#schedule-footnote {
    margin-top: 20px;
    height: fit-content;
    width: 100%;
    font-size: 16px;
    color: #5A6064;
}
#schedule-footnote div {
    margin-bottom: 10px;
}
