.toc {
    overflow-y: auto
}

.toc > .toc-list {
    overflow: hidden;
    position: relative
}

.toc > .toc-list li {
    list-style: none;
    width: 100%;
}

.toc-list {
    margin: 0;
    padding-left: 10px
}

a.toc-link {
    color: initial;
    height: 100%;
    text-decoration: none;
}

.is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    transition: all 300ms ease-in-out
}

.is-collapsed {
    max-height: 0
}

/*.is-position-fixed {*/
    /*position: fixed !important;*/
    /*top: 156px;*/
/*}*/

.is-active-link {
    font-weight: 700;
    color: #f8c555 !important;
}

.toc-link::before {
    background-color: #EEE;
    content: ' ';
    display: inline-block;
    height: 25px;
    left: 10px;
    margin-top: -1px;
    position: absolute;
    width: 2px
}

.is-active-link::before {
    background-color: #54BC4B
}
