
body {
    font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva',
                 'Verdana', sans-serif;
    font-size: 14px;
    text-align: center;
    background-image: url(background.png);
    color: black;
    padding: 0;
    border-right: 1px solid #0a507a;
    border-left: 1px solid #0a507a;

    margin: 0 auto;
    min-width: 1200px;
    max-width: 2048px;
}

.wy-nav-content {
    /* max-width: none; */
    height: 100%;
    margin: none;
}

.pageheader {
    background-color: black;
    text-align: left;
    padding: 10px 15px;
    color: white;
}

.pageheader ul {
    float: right;
    color: white;
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
    margin-right: 10px;
}

.pageheader li {
    float: left;
    margin: 0 0 0 10px;
}

.pageheader li a {
    border-radius: 1px;
    padding: 8px 12px;
    color: #f9f9f0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.pageheader li a:hover {
    background-color: #f9f9f0;
    color: #0a507a;
    text-shadow: none;
}


table.csvtable tr.row-odd {
    background-color: #aabbcc;
}

table.csvtable tr.row-even {
    background-color: #bbbbbb;
}

table.csvtable th.head {
    position: sticky;
    top: 0;
}

table.csvtable2 {
    max-width: 100%;
}


table.csvtable2 th {
    background-color: #E4A15A;
}

table.csvtable2 tr.row-odd {
    background-color: #FEF0E1;
}

table.csvtable2 tr.row-even {
    background-color: #FEFDE1;
}


/*div.sphinxsidebar {
    max-height: 100%;
    overflow-y: auto;
} */

div.documentwrapper {
    float: none;
    width: 100%;
}

div.sphinxsidebarwrapper {
    position: relative;
    top: 0;
    padding: 0;
}

div.sphinxsidebar {
    margin: 0;
    padding: 0 15px 0 15px;
    width: 210px;
    float: left;
    font-size: 1em;
    text-align: left;
}

div.sphinxsidebar .logo {
    font-size: 1.8em;
    color: #0A507A;
    font-weight: 300;
    text-align: center;
}

div.sphinxsidebar .logo img {
    vertical-align: middle;
}

div.sphinxsidebar .download a img {
    vertical-align: middle;
}




