/*
** for PDF Printing
*/ 
/* fixed for `base.css` of mkdocs v1.0.4 */
code, pre code {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace !important;
}

@media print {
    hr {
        display: none;
    }
    p {
	font-size: inherit;
    }
}
