body {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}

code {
    font-family: 'Source Code Pro', sans-serif;
    background-color: #1c1e22;
    color: inherit;
}

pre code {
    background-color: #f5f5f5;
    color: #000;
    font-family: 'Source Code Pro', sans-serif;
}

b, strong {
    color: #5bc0de;
}

.sidenote {
    font-size: 80%;
    font-style: italic;
    line-height: 1.5;
}

.prettyprinted ol.linenums > li {
    list-style-type: decimal;
}
