body {
    padding-top: 20px;
    padding-bottom: 20px;
}

#terms-column {
    padding-top: 15px;
}

#terms-sidebar.affix {
    max-height: calc(100vh - 5rem); /* allows scrolling of the sidebar if it's too long */
    overflow-y: auto;
}
#terms-sidebar li a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#terms-sidebar li a:hover {
    background-color: #e9e9e9;
    border-left: 4px solid #dddddd;
}
#terms-sidebar li.active > a {
    font-weight: bold;
}
#terms-sidebar ul ul {
    display: none;
    margin-left: 10px;
}
#terms-sidebar li.active > ul {
    display: block;
}

#terms-content {
    font-size: 13px;
    padding-bottom: 20px;
}