html {
    scroll-behavior: smooth;
}

.tableOfContents {
    position: absolute;
    background-color: transparent;
    width: 20%;
    max-height: 50%;
    margin-left: 1%;
    padding: 10px;
    overflow-x: hidden;
    overflow-y:auto;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.tableOfContents h5 {
    margin: 0%;
    padding: 0%;
}

.tableOfContents ol { 
    list-style: inside;
    list-style-type: upper-greek;
    padding-left: 0px; 
    margin: 0%;
    background-color: inherit;
    text-align: left;
    width: 100%;
    color: white;
    border: none;
}

.tableOfContents li {
    white-space: nowrap;
    overflow: auto;
    text-overflow: clip;
    padding-bottom: 5px;
}
