.md-container {
    display: flex;
    flex-direction: column;
    background-color: #e8e8e8;
}

.md-content {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
}

.md-typeset .grid {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    margin: 2.5em 0 0 0;
    justify-items: start;
    align-items: center;
}

.md-content__inner>:last-child {
    margin-left: 75%;
}

footer {
    display: none;
}

.md-source-file__fact {
    font-size: .85rem;
    gap: .3rem
}

h2 {
    font-weight: bold !important;
}

h3 {
    margin: 1.0em 0 0.8em !important;
    font-weight: bold !important;
}

hr {
    height: 1px;
    background-color: #0000001F;
}

.twemoji {
    margin-right: 5px;
    --md-icon-size: 1.3em;
    border-radius: 15px;
}

b {
    color: rgb(70, 70, 70);
}

strong {
    color: rgb(70, 70, 70);
}

.icon_button_provider {
    position: absolute; 
    margin-left: 5px; 
    border-radius: 8px;
}

img[src*='#center'] {
    display: block;
    margin: auto;
    padding: 2em 0 2em 0;
}

.tabbed-set {
    --md-indicator-x: 0px;
    --md-indicator-width: 63px;
    border: solid 1px lightgrey;
    border-radius: 15px !important;
}

.tabbed-block {
    padding: 0.1em 1.5em;
}

.md-typeset hr {
    border-bottom: .05rem solid var(--md-default-fg-color--lightest);
    display: flow-root;
    margin: 2.0rem 0;
}

.bottom-line-divisor {
    margin: 2rem 0rem !important;
}
