#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.title-link {
    color:rgba(0, 0, 0, 0.9);
    text-decoration: none;
}
.title-link:hover {
    color:rgba(0, 0, 0, 0.9);
    text-decoration: none;
}
#btn-back-to-top {
    z-index: 1000;
}
div.toc li {
    margin: 0.5rem;
}
section.footnotes p {
    text-indent: 0;
}
a.footnote-ref sup {
    font-size: 1.0rem;
    font-weight: 800;
}
a.footnote-ref sup:before {
    content: "[";
}
a.footnote-ref sup:after {
    content: "]";
}
.funds {
    font-size: 1.2rem;
    background: rgb(247, 247, 247);
}
div.screenshot {
    border: dashed;
    border-color: rgb(209,209,209);
    padding: 1.5rem;
    margin: 1.5rem;
    border-radius: 1.5rem;
    background: rgb(247, 247, 247);
    align-items: center;
}
div.screenshot figure {
    margin: 0;
    text-align: center;
}
div.screenshot img {
    border: solid;
    border-color: rgb(209,209,209);
    max-height: 30rem;
}
div.screenshot i.fa, i.fa-solid {
    display: inline;
}
div.screenshot .btn-circle {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}
div.screenshot .btn-fa-circle {
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    border-radius: 50%;
}
div.comments {
    counter-reset: comment 0;
}
div.comments p {
    text-indent: 0;
}
div.comments p:first-child {
    margin-top: 1.0rem;
}
div.comments ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.comments li {
    margin: 0.5rem;
}
div.comments li:before {
    counter-increment: comment;
    content: counter(comment, upper-alpha) " ";
    display: inline-block;
    color: #fff;
    background: #337ab7;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 0.3rem;
}
div.comments li {
    vertical-align: middle;
    align-items: center;
}
span.btn {
    margin: 0 0.2rem;
    display: inline;
    user-select: unset;
    cursor: default !important;
    pointer-events: none !important;
}
div.toc {
    max-height: 100vh;
    overflow-y: auto;
    z-index: 1;
}
div.toc ul {
    list-style-type: none;
    padding: 0;
}
@media (max-width: 768px) {
    div.toc ul ul {
        display: none;
    }
}
.csv-header {
    overflow-x: auto;
}
.csv-header table {
    margin: auto;
}
.csv-header th {
    border-bottom: solid;
    border-color: rgb(209,209,209);
    background-color: rgb(247,247,247);
    max-width: 100%
}
.csv-header th, td {
    padding: 0 1.5rem;
}
.csv-header tr {
    border-top: thick;
    border-bottom: thick;
    border-color: rgb(209,209,209);
}
.csv-header tr:nth-child(odd) td {
    background-color: rgb(247,247,247)
}
.csv-header tr:nth-child(even) td {
    background-color: rgb(233,233,233);
}
.csv-header tr th, td:first-child {
    text-align: center;
}
.util-text a {
    font-weight: bold !important;
}

.facility-icon {
    border: none !important;
}

