@import url(https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css);
@import url(https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap-theme.min.css);
@import url(/static/sketchy.min.css);

:root {
    --active-paper-color: whitesmoke;
    --inactive-paper-color: #c4c4c4;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

body {
    font-size: medium;
}

main {
    background-color: var(--active-paper-color);
}

main a:link {
    padding: 2px;
    text-decoration-thickness: 2px !important;
    text-decoration-skip-ink: none;
}

main a:link:hover,
main a:link:focus {
    text-decoration-color: rgba(0, 0, 0, 0.5)
}

main hr {
    color: var(--bs-body-color);
    border-style: dashed;
}

main .footnotes {
    font-size: x-small;
}

main p, ul, ol {
    margin-left: 1em;
    letter-spacing: 0.03rem;
}

main h3,
main h4 {
    width: max-content;
}

main table tbody {
    --bs-table-bg: whitesmoke;
}

nav li a {
    background-color: var(--inactive-paper-color);
}

nav li.active a {
    cursor: default;
    background-color: var(--active-paper-color);
}

nav li.active:hover a {
    background-color: var(--active-paper-color);
}

#fswdb-logo {
    text-decoration: none;
}
#fswdb-logo:hover,
#fswdb-logo:focus {
    background: url("/static/img/goldenunderline.png") no-repeat bottom 5px center/100% auto;
}

.dropdown-menu {
    z-index: 9999;
}

.dropdown-menu li:hover,
.dropdown-menu li:focus {
    list-style-type: disc;
}