.md div.title {
    font-family: Menlo,Consolas,monospace;
    font-size: 300%;
}

.md h1 a {
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

.md h2 a {
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

.md a > s {
    color: #cccccc;
    text-decoration: none;
}

.md a > del {
    color: #cccccc;
    text-decoration: none;
}

.md .admonition.bwl::before {
    content: "\1F37A";
    font-size: 200%;
    position: relative;
    top: 2px;
    left: -3.2rem;
    display: block;
    width: 0;
    height: 0
}

.markdeepFooter {
    display:none;
}

.md pre {
    background-color: floralwhite;
    border-style: solid;
    border-width: thin;
    padding: 0.5em;
    box-shadow: 5px 5px 5px rgba(33,33,33,.7);
    width: 97% !important;
    resize: none;
}

.md code {
    background-color: floralwhite;
}
