.md-main {
    margin-bottom: 64px;
}

.img-thumbnail {
    margin-right: 6px;
    border: 2px solid #dddddd;
    max-width: 320px !important;
    max-height: 128px !important;

    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.06);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.06);

    transition: all 0.15s ease-out;
}

.img-thumbnail:hover, .img-thumbnail:active, .img-thumbnail:focus {
    border: 2px solid #999999;

    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
}

/* Custom admonition types */
:root {
    --md-admonition-icon--github: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"/></svg>')
}

.md-typeset .admonition.github,
.md-typeset details.github {
    border-color: rgb(158, 158, 158);
}
.md-typeset .github > .admonition-title,
.md-typeset .github > summary {
    background-color: rgb(158, 158, 158, 0.1);
}
.md-typeset .github > .admonition-title::before,
.md-typeset .github > summary::before {
    background-color: rgb(42, 42, 42);
    -webkit-mask-image: var(--md-admonition-icon--github);
    mask-image: var(--md-admonition-icon--github);
}
