.thesis-left-nav-wrapper .chapter {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem
}

.th-l-section {
    border-bottom: 1px solid var(--cs-almost-black-2);
    padding: 1rem 0
}

.indent {
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    padding-top: .5rem
}

.th-l-section:last-child {
    border-bottom: none
}

.th-l-header {
    font-size: 1.5rem;
    font-weight: 700
}

.chapter-num a,
.th-l-sec-number a {
    color: var(--cs-almost-black-6);
    font-weight: 700
}

.chapter-num.active a,
.th-l-sec-number.active a {
    color: var(--cs-orange);
    font-weight: 700
}

.chapter-name a,
.th-l-sec-title a {
    color: var(--cs-almost-black-6);
    font-size: 1.125rem;
    margin-bottom: 1rem
}

.chapter-name.active a,
.th-l-sec-title.active a {
    color: var(--cs-almost-black);
    font-weight: 700
}

@media (max-width:576px) {
    .th-l-section {
        padding-top: .25rem
    }
    .th-l-sec-title {
        margin-bottom: .25rem
    }
}