/*
strong {
    font-size: 90%;
}

strong > code {
    font-size: 102%;
}
*/

code {
    white-space: nowrap;
}

.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
    margin-bottom: 5px;
}

.md-header {
    background-color: #646464;
}

.md-icon {
    color: #ffc600;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-radius: .3em;
}