.main-container {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.font-10 {
    font-size: 10pt;
}

.sidebar-list {
    padding-inline-start: 20px;
}

.margin-button-1 {
    margin-bottom: 1rem;
}

.chip {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

/* @formatter:off */
.chip-0 { font-size: 8px; }
.chip-1 { font-size: 9px; }
.chip-2 { font-size: 10px; }
.chip-3 { font-size: 11px; }
.chip-4 { font-size: 12px; }
.chip-5 { font-size: 13px; }
.chip-6 { font-size: 14px; }
.chip-7 { font-size: 15px; }
.chip-8 { font-size: 16px; }
.chip-9 { font-size: 17px; }
.chip-10 { font-size: 18px; }
.chip-11 { font-size: 19px; }
.chip-12 { font-size: 20px; }
.chip-13 { font-size: 21px; }
.chip-14 { font-size: 22px; }
/* @formatter:on */

a.text-muted:hover {
    color: #5a646e !important;
}

.lead-text {
    color: #333;
    font-size: 0.8rem;
    margin-left: 2rem;
}

table.table .lead-text {
    color: #888;
}

#top-button {
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 50px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    background-color: #C0D4DE;
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

#top-button .btn {
    margin: 0;
    border-radius: 10px;
}

li > p {
    margin: 0;
}

table.table thead th {
    font-weight: bold;
}

table.table tbody a {
    color: #007bff;
}

table.table tbody a:hover {
    color: #0056b3;
}

.inline-code {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    padding: 2px;
    color: #000058;
    user-select: all;
}

blockquote {
    color: #155724;
    background-color: #d4edda;
    border-left: 2px solid #c3e6cb;
    border-radius: .25rem;
    padding: .75rem 1.25rem;
}

blockquote > p {
    margin: 0;
}
