body {
    margin: 2em auto!important;
    background: white!important;
    color: #000!important;
    font-size: 20px!important;
    line-height: 1.5em!important;
    max-width: 40em!important;
    font-weight: normal!important;
}

.mkb-root,
.mkb-shortcode-container {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #000!important;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    color: #000!important;
}

iframe {
    display: none!important;
}

body img {
    max-width: 100%!important;
    height: auto!important;
}

body figure {
    max-width: 100%!important;
    height: auto!important;
    margin: 1em auto 2em!important;
}

figcaption {
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0.5em;
}

.mkb-info,
.mkb-tip,
.mkb-warning {
    font-size: 0.9em!important;
    padding: 1em!important;
    background: transparent!important;
    color: #000!important;
    border-color: #000!important;
}

.mkb-info__icon,
.mkb-tip__icon,
.mkb-warning__icon {
    color: inherit!important;
}

.mkb-related-content {
    padding: 1em!important;
    background: transparent!important;
    color: #000!important;
    border-color: #000!important;
}

a,
.mkb-related-content a {
    color: #000!important;
}

p {
    color: inherit!important;
    margin: 0 0 1em!important;
}

.mkb-print-tooltip {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 5;
    color: #888;
    font-size: 1rem;
    line-height: 1.2em;
    border: 2px solid;
    padding: .5em 1em;
    border-radius: 10px;
    text-align: center;
}

@media print {
    .mkb-print-tooltip {
        display: none;
    }
}