#header {
    background-color: #00aeef;
}

#header h1 {
    color: #FFFFFF;
    border-bottom: 2px solid #fff !important;
    margin: 0.2em 0 0.5em 0 !important;
}

#header #author {
    color: #FFF
}

#docs_container_parent {
    position: relative;
    height: 600px;
    width: 100%;
}

#api_docs_container {
    height: 600px;
    margin: 1em 1em 0 25em;
    padding: 0 1em 0 0;
    overflow-y: scroll;
}

#toc a {
    border-bottom: 1px dotted #999999;
    color: #3A3A4D !important;
    text-decoration: none !important;
}

#toc a:hover {
    border-bottom: 1px solid #6D4100;
    color: #6D4100 !important;
    text-decoration: none !important;
}

#api_docs_container h1,
#api_docs_container h2,
#api_docs_container h3,
#api_docs_container h4,
#api_docs_container h5,
#api_docs_container h6 {
    margin: 1em 0 0.5em 0;
}

#api_docs_container h1,
#api_docs_container h2,
#api_docs_container h3 {
    border-bottom: 2px solid #ccd;
}

#api_docs_container h2 {
    padding-top: 0.5em;
}

#api_docs_container h3 + #api_docs_container * {
    clear: left;
}

div.sectionbody {
    margin-left: 0;
}

#author {
    color: #444466;
    font-weight: bold;
    font-size: 1.1em;
}

#footer {
    font-size: small;
    border-top: 2px solid silver;
    padding-top: 0.5em;
    margin-top: 4.0em;
}

#footer-text {
    float: left;
    padding-bottom: 0.5em;
}

#footer-badges {
    float: right;
    padding-bottom: 0.5em;
}

#preamble {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
div.admonitionblock {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

div.admonitionblock {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

div.content { /* Block element content. */
    padding: 0;
}

/* Block element titles. */
div.title, caption.title {
    color: #444466;
    font-weight: bold;
    text-align: left;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}

div.title + * {
    margin-top: 0;
}

td div.title:first-child {
    margin-top: 0.0em;
}

div.content div.title:first-child {
    margin-top: 0.0em;
}

div.content + div.title {
    margin-top: 0.0em;
}

div.sidebarblock > div.content {
    background: #ffffee;
    border: 1px solid silver;
    padding: 0.5em;
}

div.listingblock > div.content {
    border: 1px solid silver;
    background: #f4f4f4;
    padding: 0.5em;
}

div.quoteblock {
    padding-left: 2.0em;
    margin-right: 10%;
}

div.quoteblock > div.attribution {
    padding-top: 0.5em;
    text-align: right;
}

div.verseblock {
    padding-left: 2.0em;
    margin-right: 10%;
}

div.verseblock > pre.content {
    font-family: inherit;
}

div.verseblock > div.attribution {
    padding-top: 0.75em;
    text-align: left;
}

/* DEPRECATED: Pre version 8.2.7 verse style literal block. */
div.verseblock + div.attribution {
    text-align: left;
}

div.admonitionblock .icon {
    vertical-align: top;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
    color: #444466;
    padding-right: 0.5em;
}

div.admonitionblock td.content {
    padding-left: 0.5em;
    border-left: 2px solid silver;
}

div.exampleblock > div.content {
    border-left: 2px solid silver;
    padding: 0.5em;
}

div.imageblock div.content {
    padding-left: 0;
}

dd > *:first-child {
    margin-top: 0.1em;
}

ol.arabic {
    list-style-type: decimal;
}

ol.loweralpha {
    list-style-type: lower-alpha;
}

ol.upperalpha {
    list-style-type: upper-alpha;
}

ol.lowerroman {
    list-style-type: lower-roman;
}

ol.upperroman {
    list-style-type: upper-roman;
}

div.compact ul, div.compact ol,
div.compact p, div.compact p,
div.compact div, div.compact div {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

div.tableblock > table {
    border: 3px solid #444466;
}

thead {
    font-weight: bold;
    color: #444466;
}

tfoot {
    font-weight: bold;
}

td > div.verse {
    white-space: pre;
}

p.table {
    margin-top: 0;
}

/* Because the table frame attribute is overriden by CSS in most browsers. */
div.tableblock > table[frame="void"] {
    border-style: none;
}

div.tableblock > table[frame="hsides"] {
    border-left-style: none;
    border-right-style: none;
}

div.tableblock > table[frame="vsides"] {
    border-top-style: none;
    border-bottom-style: none;
}

div.hdlist {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

div.hdlist tr {
    padding-bottom: 15px;
}

dt.hdlist1.strong, td.hdlist1.strong {
    font-weight: bold;
}

td.hdlist1 {
    vertical-align: top;
    font-style: normal;
    padding-right: 0.8em;
    color: #444466;
}

td.hdlist2 {
    vertical-align: top;
}

div.hdlist.compact tr {
    margin: 0;
    padding-bottom: 0;
}

.comment {
    background: yellow;
}

@media print {
    #footer-badges {
        display: none;
    }
}

#toctitle {
    color: #666688;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.1em;
}

div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
    margin-top: 0;
    margin-bottom: 0;
}

div.toclevel1 {
    margin-top: 0.3em;
    margin-left: 0;
    font-size: 1.0em;
    line-height: 1.7em;
}

div.toclevel2 {
    margin-top: 0.25em;
    margin-left: 2em;
    font-size: 0.9em;
    line-height: 1.7em;
}

div.toclevel3 {
    margin-left: 4em;
    font-size: 0.8em;
    line-height: 1.5em;
}

div.toclevel4 {
    margin-left: 6em;
    font-size: 0.8em;
}

.monospaced, tt, div.listingblock > div.content {
    color: #004400;
    background: #f4f4f4;
    max-width: 80em;
    line-height: 1.2em;
}

.paragraph p {
    line-height: 1.5em;
    margin-top: 1em;
}

.admonitionblock {
    max-width: 35em;
}

div.sectionbody div.ulist > ul > li {
    list-style-type: square;
    color: #aaa;
}

div.sectionbody div.ulist > ul > li > * {
    color: black;
}

div.sectionbody div.ulist > ul > li div.ulist > ul > li {
    color: #ccd;
}

div.sectionbody div.ulist > ul > li div.ulist > ul > li > * {
    color: black;
}

em {
    font-style: normal ! important;
    font-weight: bold ! important;
    color: #662222 ! important;
    letter-spacing: +0.08em ! important;
}

span.underline {
    text-decoration: underline;
}

span.overline {
    text-decoration: overline;
}

span.line-through {
    text-decoration: line-through;
}

/*
* html5 specific
*
* */

table.tableblock {
    margin-top: 1.0em;
    margin-bottom: 1.5em;
}

thead, p.tableblock.header {
    font-weight: bold;
    color: #666688;
}

p.tableblock {
    margin-top: 0;
}

table.tableblock {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #000000;
    border-collapse: collapse;
}

th.tableblock, td.tableblock {
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: #c1c1c1;
}

table.tableblock.frame-topbot {
    border-left-style: hidden;
    border-right-style: hidden;
}

table.tableblock.frame-sides {
    border-top-style: hidden;
    border-bottom-style: hidden;
}

table.tableblock.frame-none {
    border-style: hidden;
}

th.tableblock.halign-left, td.tableblock.halign-left {
    text-align: left;
}

th.tableblock.halign-center, td.tableblock.halign-center {
    text-align: center;
}

th.tableblock.halign-right, td.tableblock.halign-right {
    text-align: right;
}

th.tableblock.valign-top, td.tableblock.valign-top {
    vertical-align: top;
}

th.tableblock.valign-middle, td.tableblock.valign-middle {
    vertical-align: middle;
}

th.tableblock.valign-bottom, td.tableblock.valign-bottom {
    vertical-align: bottom;
}

@media screen {
    #toc {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 20em;
        margin: 0;
        overflow: auto;
        border-right: 3px solid #f8f8f8;
        background-color: white;
    }

    #toc .toclevel1 {
        margin-top: 0.5em;
    }

    #toc .toclevel2 {
        margin-top: 0.25em;
        display: list-item;
        color: #aaaaaa;
    }
}