#schedulePage ul li {
    margin-bottom: 1rem;
}

#schedulePage ul ul {
    list-style-type: disc;
    padding-left: 3rem;
}

#schedulePage ul ul li {
    margin-bottom: 0;
    font-size: 16px;
    font-style: italic;
}

#schedulePage h3 {
    margin-top: 60px;
    display: inline-block;
    border-bottom: 2px solid rgb(23, 23, 23);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#schedulePage hr {
    border-color: #4c2b3a;
    opacity: 0.5;
    max-width: 600px;
    margin-left: -20px;
    display: none;
}

@media(max-width: 600px) {

    #schedulePage h3 {
        margin-left: 0;
    }

    #schedulePage hr {
        margin-left: 0;
    }
}