/* body {
    font-size: 0.9rem;
    padding-top: 15px;
    line-height: 1.5;
} */

[role="main"] {
    padding-top: 200px;
    scroll-margin-top: 200px;
    /* Space for fixed navbar */
}
section {
    scroll-margin-top: 200px;
    /* Space for fixed navbar */
}

@media (min-width: 1140px) {
    [role="main"] {
        padding-top: 30px;
        /* Space for fixed navbar */
    }
    section {
        scroll-margin-top: 30px;
        /* Space for fixed navbar */
    }
}

#bookmarkMenu {
    top: 0px;
    margin-left: 0%;
    margin-right: 2%;
}

.navbar-brand {
    height: auto;
}

#loginFormLanding {
    width: 500px;
}

.shifty {
    position: relative;
    top: 8px;
}

td {
    font-size: 0.75rem;
    line-height: 1.8;
}

th {
    color: rgba(38, 90, 52, 1);
    line-height: 1.1;
}

tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

h4 {
    color: rgba(38, 90, 52, 1);
    font-size: 1.1rem;
}

h6 {
    margin-top: 10px;
    color: rgb(67, 119, 81);
    font-size: 0.8rem;
}

.highlight-ok {
    background-color: rgba(165, 236, 165, 0.4) !important;
}

.max-height {
    height: max(25vh, 150px);
}

