.md-logo img, .md-logo svg
{
    height: auto !important;
    width: 5rem !important
}

figure {
    width: 100% !important;
    background: #f9f9f9;
    padding: 0.5rem;
    margin: 1rem 0 !important;
    border: 1px solid #ddd;
    border-bottom: 5px solid #069;
    border-radius: 5px
}

figure img
{
    margin: 0 auto !important
}

figcaption
{
    padding: 0;
    margin: 0.25rem auto !important
}

em
{
    color: #2A4B66;
    border-bottom: 2px dashed #2A4B66;
    font-weight: 600
}

small
{
    opacity: 1 !important
}

section#faq details 
{
    padding-top: 0;
    margin-top: 0
}

section#faq summary
{
    background: #f6f6f6;
    border-left: 0.2rem solid #069
}

section#faq .admonition, section#faq details
{
    border-left: 0.2rem solid #f1f1f1 !important
}

section#faq details summary::before
{
    display: none
}

section#faq details summary
{
    padding-left: 0.5rem
}
