﻿body {
    margin: 0;
    overflow-x: hidden;
    height: 100%;
}

h1 {
    font-family: Verdana;
    font-size: 2em;
    font-weight: normal;
    color: tomato;
}

h2 {
    font-family: Verdana;
    font-size: 1.2em;
    font-weight: normal;
    color: tomato;
}

h3 {
    font-family: Verdana;
    font-size: .9em;
    font-weight: normal;
    color: tomato;
}

p {
    font-family: Verdana;
    font-size: .8em;
    font-weight: normal;
    color: black;
}

div.syntax {
    padding-left: 2em;
}

div.remarks {
    padding-left: 2em;
}

div.examples {
    padding-left: 2em;
}

div.macroSyntax {
    border: 1px solid black;
    margin-top: 1em;
}

div.httpSyntax {
    border: 1px solid black;
    margin-top: 1em;
}

div.syntaxHeader {
    float: left;
    border: 1px;
    width: 35px;
    background-color: black;
    font-family: Verdana;
    font-size: 0.5em;
    font-weight: normal;
    color: lightgrey;
}

p.code {
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

.header {
    width: 100%;
    height: 30px;
    padding: 4px;
    padding-left: 10px;
    background-color: black;
    font-family: Verdana;
    font-size: 1.5em;
    font-weight: normal;
    color: lightgrey;
}

.menu {
    display: none;
}

#index .menu {
    display: block;
    margin: 8px;
    width: 94%;
    width: calc(100% - 16px);
    height: 91%;
    height: calc(100% - 56px);
}

.member {
    margin: 8px;
}

#index .member {
    display: none;
}

@media (min-width: 1000px) {
    .menu {
        float: left;
        height: 94%;
        height: calc(100% - 56px);
        display: block;
        margin: 8px;
        padding-right: 1em;
        max-width: 25%;
    }

    .member {
        float: left;
        width: 73%;
        width: calc(75% - 16px - 1em);
        margin: 0px;
    }

    #index .member {
        display: block;
    }
}


th {
    background-color: #ededed;
    color: #636363;
    text-align: left;
}

td {
    color: #2a2a2a;
    vertical-align: top;
}

td, th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
}

table {
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 20px;
}

.index A:link {
    text-decoration: none;
    color: dimgray;
}

.index A:visited {
    text-decoration: none;
    color: dimgray;
}

.index A:hover {
    text-decoration: none;
    color: tomato;
}

.index A:active {
    text-decoration: none;
    color: dimgray;
}
