html {
    padding: 0px;
    margin: 0px;

    height: 100%;

    scrollbar-color: #505050 #202020;
}

::-webkit-scrollbar {
    background-color: #202020;
}

::-webkit-scrollbar-thumb {
    background-color: #505050;
}

body {
    background-color: #242424;
    color: #bebebe;
    font-family: monospace;
    text-align: center;

    padding: 0px;
    margin: 0px;

    height: 100%;

    overflow-y: scroll;
}

#ocihs {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/ocihs.png) no-repeat;
    background-position: 2em 1em;
    /* padding-top: 5em; */
    text-align: right;
    z-index: -1;
    opacity: 25%;
}

#ocihs > span {
    display: inline-block;
    text-align: left;
    padding-right: 2em;
    padding-top: 6em;
}

table#support {
    width: 100%;
    height: 100%;
}

table#support td div.e {
    display: inline-block;
    padding: 14px;
    border: 1px solid red;
    background: black;
}

table#support a {
    display: block;
    color: orange;
    text-decoration: none;
    margin-bottom: 0.5em;
    font-size: 1.7em;
}

table#support a > span {
    color: white;
    border-bottom: 1px dotted white;
    margin: 0em 7px;
    font-size: 0.87em;
}

table#support a:hover,
table#support a:focus {
    color: white;
}

table#support a:hover > span,
table#support a:focus > span {
    color: orange;
    border-bottom: 1px solid orange;
    text-decoration: none;
}
