body {
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
}

h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
    font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
}

.code-block-caption .headerlink, .code-block-caption .headerlink:hover, .code-block-caption .headerlink:visited {
    color: white;
    text-decoration: none;
}

.command {
    text-decoration: bold;
    border: 1px solid #E6E6E6;
    background-color: white;
    border-radius: 1px;
    padding: 2px;
    font-family: monospace, serif;
    font-size: 0.8em;
}

.code-block-caption {
    text-align: left;
    font-weight: bold;
}
