@counter-style bibcounts {
    system: numeric;
    symbols: "⁰" "¹" "²" "³" "⁴" "⁵" "⁶" "⁷" "⁸" "⁹";
    suffix: " ";
}

.flex-h {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin: auto;
    gap: 1em;
}

.flex-h * {
    min-width: 0;
    flex-basis: 50%;
}

figure {
    display: inline-block;
    max-width: 40%;
    margin: 0.25em;
}

figure img {
    border-radius:3px;
    border: solid var(--r-main-color) 1px;
    max-width: 100%;
    box-sizing: border-box;
}

figcaption {
    font-size: .6em;
}

.bib {
    font-size: 0.4em;
    position: fixed;
    right: 4px;
    bottom: 5px;
}
.bib cite::before {
    content: " | “"
}
.bib cite::after {
    content: "” "
}
.bib time {
    font-style: italic;
}
.bib li {
    list-style: bibcounts;
}
.bib address {
    display: inline;
}

.border {
    border: solid 1px white;
    padding: 0.3em;
}

.border-bottom {
    border-bottom: solid 1px white;
    padding-bottom: 0.3em;
}

.bc0 {
    border-radius: 0.2rem;
    background-color: #1f77b4c0;
}
.bc1 {
    border-radius: 0.2rem;
    background-color: #ff7f0ec0;
}
.bc2 {
    border-radius: 0.2rem;
    background-color: #2ca02cc0;
}
.bc3 {
    border-radius: 0.2rem;
    background-color: #d62728c0;
}
.bc4 {
    border-radius: 0.2rem;
    background-color: #9467bdc0;
}
.bc5 {
    border-radius: 0.2rem;
    background-color: #8c564bc0;
}
.bc6 {
    border-radius: 0.2rem;
    background-color: #e377c2c0;
}
.bc7 {
    border-radius: 0.2rem;
    background-color: #7f7f7fc0;
}
.bc8 {
    border-radius: 0.2rem;
    background-color: #bcbd22c0;
}
.bc9 {
    border-radius: 0.2rem;
    background-color: #17becfc0;
}
.c0 {
    color: #1f77b4 !important;
}
.c1 {
    color: #ff7f0e !important;
}
.c2 {
    color: #2ca02c !important;
}
.c3 {
    color: #d62728 !important;
}
.c4 {
    color: #9467bd !important;
}
.c5 {
    color: #8c564b !important;
}
.c6 {
    color: #e377c2 !important;
}
.c7 {
    color: #7f7f7f !important;
}
.c8 {
    color: #bcbd22 !important;
}
.c9 {
    color: #17becf !important;
}