[data-md-color-scheme="robfro"] {
    --md-primary-fg-color: #1a7396;
    --md-footer-bg-color: #114c63;
}

mjx-container {
    display: inline-block !important;
    text-align: left !important;
}

/* .solution {
    display: none;
} */

.md_img_div {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
}

.md_img {
    cursor: pointer;
}

.md_img_caption {
    font-style: italic;
}

.md_img_caption_src {
    color: var(--md-default-fg-color--light);
    font-size: .8rem;
}

.md-typeset table:not([class]) th {
    min-width: 0;
}