h1 {
    color: #0060A8;
}
h2 {
    color: #0060A8;
}

/*
    The Navigation Panel on LEFT SIDE
*/
.wy-nav-side {
    background-color: #ffffff;
}

/*
    Bottom PREV / NEXT Navigation Bottom Left

    of course, this is not working...
*/
.rst-versions {
    background-color: #0060A8;
    background: #0060A8;
}

code {
    white-space: pre-wrap;
    /* font-size: x-small!important; */
}


/* pre>code {
    font-size: x-small!important;
} */

.md-typeset pre>code {
    font-size: x-small;
}