body {
    font-size: 16px;
}

h3 {
    margin-top: 0;
}

h5 {
    font-size: 17px;
    font-weight: bold;
}

#titlePanel {
    text-align: center;
}

#mainPicture {
    width: 180px;
    height: 180px;
    object-fit: scale-down;
}

#title-container {
    text-align: left;
}

@media screen and (min-width: 1025px) {
    #titlePanel {
        display: grid;
        gap: 35px;
        grid-template-columns: 370px auto;
        align-items: center;
        text-align: left;
    }

    #mainPicture {
        width: 100%;
        height: auto;
        min-height: 180px;
    }
}

.tab-content .tab-pane {
    padding-top: 18px;
}

.lab-links {
    margin-bottom: 14px;
}

.lab-links .lab-link {
    font-size: 1.6em;
    margin-right: 20px;
}

footer {
    width: 100vw;
    background-color: white;
    display: flex;
    align-content: center;
    justify-content: center;
    border-top: solid 2px #337ab7;
    padding: 10px;
    margin: 0 -15px;
}

footer p {
    margin: 0;
}

.abbrev-table {
    border-collapse: separate;
    border-spacing: 25px 0;
}

.abbrev-table td:first-child {
    text-align: right;
}


.sticky-side-bar {
  position: sticky;
  top: 20px;
}