/**
 * Fixes scrolling to help anchors due to fixed header-navbar
 */
/*.helpDiv .chapter > a, .helpDiv .sub-chapter > a {
    margin-top: -110px;
    padding-top: 110px;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .helpDiv .chapter > a, .helpDiv .sub-chapter > a {
        margin-top: -410px;
        padding-top: 410px;
        display: inline-block;
    }
}*/