body {
    background-color: #f5f5f5;
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #72777a;
    line-height: 1.5;
    letter-spacing: 0.2px;
    -webkit-font-smoothing: antialiased;
}

.input-group-text, .form-control, .btn {
    font-size: .875rem;
}

input::placeholder {
    color: inherit !important;
    opacity: 0.5 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: inherit !important;
    opacity: 0.5 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: inherit !important;
    opacity: 0.5 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: inherit !important;
    opacity: 0.5 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: inherit !important;
    opacity: 0.5 !important;
}

.rounded-top-left-0 {
    border-top-left-radius: 0!important;
}
.rounded-top-right-0 {
    border-top-right-radius: 0!important;
}
.rounded-bottom-left-0 {
    border-bottom-left-radius: 0!important;
}
.rounded-bottom-right-0 {
    border-bottom-right-radius: 0!important;
}
.opacity-50 {
    opacity: .5;
}

.cover-up {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

#sidebar-container {
    background-color: #dbdee3;
    border-right: 1px solid #d5d8df;
}

#sidebar-container * {
    color: #3c4e71;
}

#sidebar ul {
    padding: 0;
    list-style: none;
}

#sidebar ul ul {
    padding-inline-start: 20px;
}

#sidebar li {
    padding: 5px 2px;
}

#sidebar i {
    padding-right: 5px;
}

h1 {
    font-size: 1.5rem;
    color: #7e899a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dbdee3;
}

h2 {
    font-size: 1rem;
    color: #7e899a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dbdee3;
}

@media screen and (min-width: 1024px) {
    #content-container.small-container {
        max-width: 600px;
    }
}

table.no-border-top-on-th-cells th {
    border-top: none;
}

#peek-result-cherry-pick-section {
    font-family: monospace;
    font-size: 87.5%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid darkgray;
}
#peek-result-cherry-pick-section table td {
    vertical-align: baseline;
}
#peek-result-cherry-pick-section table tr > td {
    padding-right: 15px;
}
#peek-result-cherry-pick-section i.fas {
    font-size: 80%;
}
#peek-result-section {
    max-height: 338px;
    margin-bottom: 0;
}
