body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    background-color: #eee;
    color: #000;
    margin: 0px;
}

.container {
    background-color: #fff;
    color: #333;
    width: 700px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    overflow-x: auto;
    overflow-y: visible;
    line-height: 150%;
}

a {
    text-decoration: none;
}

    a:link, a:visited {
        /*color: #263f52;*/
        color: #36c;
    }

    a:hover, a:active {
        /*color: #523f26;*/
        color: #c63;
    }

    a.button, a.currentbutton {
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        line-height: 20px !important;
        padding: 4px;
        border-color: #ddd;
        color: #000;
        background-color: #fff;
        display: inline-block;
        width: 30px !important;
        height: 30px !important;
        overflow-x: hidden;
        overflow-y: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 9pt;
    }

    a.bigbutton {
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        line-height: 20px !important;
        padding: 4px;
        border-color: #ddd;
        color: #000;
        background-color: #fff;
        display: inline-block;
        width: 60px !important;
        height: 30px !important;
        overflow-x: hidden;
        overflow-y: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 9pt;
    }

        a.button:link, a.bigbutton:link, a.button:visited, a.bigbutton:visited {
            border-color: #ddd;
            color: #000;
            background-color: #fff;
        }

        a.button:hover, a.bigbutton:hover, a.button:active, a.bigbutton:active {
            border-color: #ddd;
            color: #fff;
            background-color: #369;
        }

    a.currentbutton {
        background-color: #263f52 !important;
        color: #fff !important;
        border-color: #000 !important
    }

    a.disabled {
        pointer-events: none;
        cursor: default;
    }

.navtext {
    color: #fff !important;
}

hr {
    color: #ddd;
    background: #ddd;
    height: 1px;
    border: 0px;
}

h1 {
    font-size: 22pt;
    font-family: Domine, Arial, Verdana, sans-serif !important;
    color: #fff;
}

h2 {
    font-size: 18pt;
    color: #369;
}

h3 {
    font-size: 16pt;
    color: #333;
}

h4 {
    font-size: 14pt;
    color: #333;
}

h5 {
    font-size: 12pt;
    color: #000;
}

h6 {
    font-size: 12pt;
    color: #000;
}

hgroup {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #263f52 !important;
    color: #fff !important;
}

nav {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #435d72 !important;
    color: #fff !important;
}

.nav-prev-next {
    display: table;
    width: 600px;
    white-space: nowrap;
}

.nav-prev {
    display: inline-block;
    width: 49% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    text-overflow: ellipsis;
    text-align: right;
}

.nav-center {
    display: inline-block;
    width: 2% !important;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
}

.nav-next {
    display: inline-block;
    width: 49% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    text-overflow: ellipsis;
    text-align: left;
}

    .nav-prev::-webkit-scrollbar, .nav-center::-webkit-scrollbar, .nav-next::-webkit-scrollbar, .nav-prev-next::-webkit-scrollbar {
        display: none;
    }

header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #263f52 !important;
    color: #fff !important;
}

footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333 !important;
    color: #ccc !important;
}

table.light, th.light, td.light
{
    margin-left: 20px;
    border: 1px solid #ddd;
    padding: 4px;
}
th.light {
    background-color: #ddd;
    color: #000;
}
td.light {
    background-color: #fff;
    color: #000;
}
pre {
    font-family: 'Fira Code', 'Consolas', 'Courier New', monospace, courier;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    box-sizing: border-box;
}