@import url('default.css');
body {
    background-color: #FDFDFD;
    color: #333333;
    font-family: sans-serif;
}

div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
    color: #333333;
    font-family: sans-serif;
}

div.body h1 {
    padding-top: 7px;
}
 
div.document {
    background-color: #FDFDFD;
}

div.sphinxsidebarwrapper {
    padding: 0 5px 0 10px;
}

div.sphinxsidebar {
    background-color: #DCDDDE;
}

div.sphinxsidebar h3,h4,h5,li,a,p {
    color: #333333 !important;
    font-family: sans-serif;
}

div.sphinxsidebar h3 {
    padding-top: 1em;
}

div.sphinxsidebar h4 {
    font-size: 1.1em;
    font-family: sans-serif;
}


div.documentwrapper {
    background-color: #DCDDDE;
}

div.related {
    color: #FDFDFD !important;
    background-color: #333333;
}
 
div.related a, div.related li {
    color: #FDFDFD !important;
}

span.pre {
    font-weight: bold;
}

div.footer {
    color: #333333;
}
