body {
}

    body > div.container {
        background-color: white;
    }

.bd-sidebar a.nav-link {
    color: rgba(0, 0, 0, .65);
}

.bd-related-bn-sidebar a.nav-link {
    color: #4f9fcf;
}

.bd-related-bn-sidebar li {
    list-style: decimal inside;
}

.bd-sidebar a.nav-link.active {
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
}

.bd-sidebar,
.bd-related-bn-sidebar {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
}

.main-search {
    max-width: 600px;
    margin: 40px auto;
    text-align: center;
}

.navbar-brand img {
    width: 477px;
}

.form-group .quick-links {
    font-size: 1.2rem;
}

.badge-warning, .badge-warning:hover {
    color: white !important;
}

h1.bionumber-name {
    font-size: 1.6rem !important;
}

.index-section h1,.aboutus-section h1 {
    font-size: 1.6rem !important;
}

@media (max-width: 768px) {
    .navbar-brand img {
        width: 200px;
    }

    a.keynumbers:not(mobile) {
        display: none;
    }

    a.keynumbers.mobile {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .bd-sidebar {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }

    .bd-related-bn-sidebar {
        border-left: 1px solid rgba(0, 0, 0, .1);
        padding-top: 1.5rem;
    }

    .bd-sidebar,
    .bd-related-bn-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 4rem;
        z-index: 1000;
        height: calc(100vh - 4rem);
    }

    a.keynumbers:not(mobile) {
        display: inline-block;
    }

    a.keynumbers.mobile {
        display: none !important;
    }
}
