
/*-*-Mode:css;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
 * ex: set ft=css fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
 */
body { 
    background: black;
    color: white;
    font-family: sans-serif;
    font-size: 14pt;
    margin: 8px;
}
table tr th,
table tr td {
    font-size: 14pt;
}
table {
    border-collapse: separate;
    border-spacing: 0px 10px;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:link,
a:visited {
    color: #80d4ff;
}
a:hover {
    color: #fffd77;
}
p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}
hr {
    background: #e19832;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    box-sizing: border-box;
    margin: 3em 0 3em 0;
    border: 0;
    border-top: 1px solid white;
    height: 0;
}
img {
    vertical-align: middle;
}
pre {
    border-left-color: #2a2a2a;
    font-family: monospace;
    font-size: 12pt;
    padding-left: 1em;
    border-left-style: solid;
    border-left-width: 1px;
    font-weight: bold;
}

#header {
    color: #80d4ff;
    font-size: 6em;
    display: inline-block;
    font-weight: bolder; 
}
#header a {
    color: #80d4ff;
    text-decoration: none;
}
#header img {
    border: none;
}
#sub-header {
    color: white;
    font-size: 2em;
    display: inline-block;
    font-weight: bolder; 
}
#sub-header a {
    color: white;
    text-decoration: none;
}

#navigation {
    list-style-type: none;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 1em 0;
}
#navigation li {
    border-left-color: #424242;
    list-style-type: none;
    float: left;
    margin-left: 10px;
    border-left-style: solid;
    border-left-width: 2px;
    padding-left: 10px;
    font-size: 16px;
}
#navigation li:first-child {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}
#navigation li a {
    color: #52ff52;
    text-decoration: none;
    font-weight: normal;
}
#navigation li a:hover {
    color: #fffd77;
}
#navigation li a.active {
    color: #fec83a;
}
#navigation li.noprint {
    display: none;
}
#navigation li a img {
    border: none;
}

#content {
    max-width: 40em;
    margin: 0 0 2em 0;
}
#content h1 {
    text-align: center;
}
#content table tr td {
    padding-right: 1em;
}
#content div.top {
    text-align: right;
}
#content p.paragraph {
    text-indent: 3em;
}
#content p.block {
    margin-left: 1em;
}
#content p.code {
    border-left-color: #2a2a2a;
    text-indent: -3em;
    font-family: monospace;
    padding-left: 4em;
    border-left-style: solid;
    border-left-width: 1px;
    position: relative;
}
#content pre.code {
    position: relative;
}
#content pre.dynamic {
    display: flex;
}
#content ul.faq li {
    list-style-type: none;
}
#content ul.api li {
    list-style-type: none;
}
#content table tr td.api {
    text-align: right;
}
#content div.tabs {
    z-index: 0;
    position: relative;
}
#content div.tabs > div {
    display: inline;
}
#content div.tabs > div > a {
    /* inactive tab colors */
    border: 1px solid #989898;
    background: #989898;
    color: black;
    height: 5.5em;
    padding: 0.7em 0.1em 0.1em;
    text-decoration: none;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}
#content div.tabs > div > a:hover,
#content div.tabs > div > a:focus {
    color: black;
    background: white;
}
#content div.tabs > div:target > a,
:target #quick_start > a {
    /* active tab colors */
    border-bottom: 1px solid black;
    background: black;
    color: white;
}
#content div.tabs > div:not(:target) > a {
    border-top: 2px solid #989898;
    border-bottom: none;
}
#content div.tabs > div > div.tab_contents {
    /* hidden tab contents */
    background: black;
    border: 1px solid #989898;
    z-index: -2;
    top: 6.3em;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0.3em;
    overflow: auto;
}
#content div.tabs > div:not(:target) > div.tab_contents {
    position: absolute;
}
#content div.tabs > div:target > div.tab_contents {
    z-index: -1;
    position: absolute;
}
#content div.tabs :target {
    outline: none;
}
#content button.clipboard_copy {
    font-size: 14pt;
    font-family: monospace;
    font-weight: bold;
    border: 1px solid white;
    padding: 1px;
    color: white;
    background-color: transparent;
    position: absolute;
    top: -2pt;
    right: 0;
}
#content button.clipboard_copy:hover {
    color: black;
    background-color: yellow;
    border-color: yellow;
}

#footer {
    font-size: x-small;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

@media print{
body {
    background: white;
    color: black;
}
a:link,
a:visited,
a:hover {
    color: blue;
}
hr {
    background: white;
}
pre {
    border-left-color: black;
}
#header,
#header a {
    color: black;
}
#sub-header,
#sub-header a {
    color: black;
}
#navigation li {
    border-left-color: black;
}
#navigation li a,
#navigation li a:hover,
#navigation li a.active {
    color: blue;
}
#navigation li.print {
    display: none;
}
#content p.code {
    border-left-color: black;
}
#content div.tabs > div > a {
    /* inactive tab colors */
    border: 1px solid #676767;
    background: white;
    color: black;
}
#content div.tabs > div > a:hover,
#content div.tabs > div > a:focus {
    color: white;
    background: black;
}
#content div.tabs > div:target > a,
:target #quick_start > a {
    /* active tab colors */
    border-bottom: 1px solid #333333;
    background: white;
    color: black;
}
#content div.tabs > div > div.tab_contents {
    /* hidden tab contents */
    background: white;
    border: 1px solid #676767;
    z-index: auto;
    overflow: auto;
}
#content div.tabs > div:not(:target) > div.tab_contents {
    position: static;
}
#content div.tabs > div:target > div.tab_contents {
    z-index: auto;
    position: static;
}
#content button.clipboard_copy {
    display: none;
}
#footer {
    display: none;
}
}
