:root {
    --md-primary-fg-color: #637481;
    --md-admonition-icon--pied-piper: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.427 4.427l3.396 3.396a.25.25 0 010 .354l-3.396 3.396A.25.25 0 016 11.396V4.604a.25.25 0 01.427-.177z"/></svg>')
}

.md-typeset .admonition.pied-piper,
.md-typeset details.pied-piper {
    border-color: #7ABDE1;
}

.md-typeset .pied-piper>.admonition-title,
.md-typeset .pied-piper>summary {
    background-color: #7abde13d;
}

.md-typeset .pied-piper>.admonition-title::before,
.md-typeset .pied-piper>summary::before {
    background-color: #7ABDE1;
    -webkit-mask-image: var(--md-admonition-icon--pied-piper);
    mask-image: var(--md-admonition-icon--pied-piper);
}

.md-typeset__table {
    display: inline-block;
    margin-bottom: .5em;
    padding: 0 .8rem;
    width: 100%;
}

.md-typeset table:not([class]) {
    display: table;
    max-width: 100%;
    overflow: auto;
    font-size: .64rem;
    background-color: var(--md-default-bg-color);
    border-radius: .1rem;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .05), 0 0 .05rem rgba(0, 0, 0, .1);
    touch-action: auto;
    margin: 0 auto;
}

h2 {
    color: #EBAB21;
}

table th {
    background-color: #637381 !important;
    vertical-align: middle !important;
}

table td {
    vertical-align: middle !important;
}

img[alt=logo] {
    width: 100px !important;
    height: 18px !important;
}

h3 {
    color: #637481;
}

.image {
    display: block;
    max-width: 200%;
    height: auto;
    margin: auto;
    float: none!important;
}

article ul ul {
    list-style-type:  square !important;
}

