.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
#body.help-page,
.help-page-table th,
.help-page-table pre,
.help-page-table p {
    color: #434343;
}

.help-page pre.wrapped {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}

.help-page .warning-message-container {
    margin-top: 20px;
    padding: 0 10px;
    color: #525252;
    background: #EFDCA9;
    border: 1px solid #CCCCCC;
}

.help-page-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0px 0px 20px 0px;
    border-top: 1px solid #D4D4D4;
}

    .help-page-table th {
        text-align: left;
        font-weight: bold;
        border-bottom: 1px solid #D4D4D4;
        padding: 5px 6px 5px 6px;
    }

    .help-page-table td {
        border-bottom: 1px solid #D4D4D4;
        padding: 10px 8px 10px 8px;
        vertical-align: top;
    }

    .help-page-table pre,
    .help-page-table p {
        margin: 0px;
        padding: 0px;
        font-family: inherit;
        font-size: 100%;
    }

    .help-page-table tbody tr:hover td {
        background-color: #F3F3F3;
    }

.help-page a:hover {
    background-color: transparent;
}

.help-page .sample-header {
    background: rgba(48, 93, 156, 1);
    color: #FFFFFF;
    padding: 8px 15px;
    border-bottom: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.help-page .sample-content {
    display: block;
    border-width: 0;
    padding: 15px 20px;
    background-color: rgba(244, 247, 250, 1);
    border: 2px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.help-page .api-name {
    width: 40%;
}

.help-page .api-documentation {
    width: 60%;
}

.help-page .parameter-name {
    width: 20%;
}

.help-page .parameter-documentation {
    width: 40%;
}

.help-page .parameter-type {
    width: 20%;
}

.help-page .parameter-annotations {
    width: 20%;
}

.help-page h1,
.help-page .h1 {
    font-size: 36px;
    line-height: normal;
}

.help-page h2,
.help-page .h2 {
    font-size: 24px;
}

.help-page h3,
.help-page .h3 {
    font-size: 20px;
}

body {
    background-color: rgba(159, 189, 213, 1);
    font-family: Arial, sans-serif;
}

#body.help-page {
    border: 1px solid #434343;
    background-color: white;
    font-size: 14px;
    line-height: 143%;
    color: #333;
    margin-bottom: .5em;
}

.help-page {
    margin: 0 auto;
    width: 90%;
    padding: 10px;
}

    .help-page a {
        color: rgba(48, 93, 156, 1);
        text-decoration: none;
    }

.bottommenu {
    color: #000;
    font-size: 1em;
    clear: both;
    margin: 0px;
    padding: 0px;
}

    .bottommenu a {
        color: gray;
        text-decoration: none;
    }

    .bottommenu .updated {
        color: green;
    }

.centered {
    text-align: center;
    vertical-align: middle;
}

.footer {
    color: gray;
    padding: 5px;
    margin: 15px;
    border: none;
    display: inline-block;
}

    .footer a {
        text-decoration: none;
        color: #369;
    }

.rounded {
    border-radius: 7px;
}

    .rounded .morelink {
        border-top-right-radius: 6px;
    }

.separator {
    color: gray;
    margin: 0px .7ex 0px .7ex;
    cursor: default;
}

.content-section {
    border: 1px solid #555;
    background-color: rgba(223, 233, 241, 1);
    padding: 5px;
}

    .content-section > pre {
        border: 1px solid #555;
        background-color: #fff;
        padding: 5px;
    }
.Warning {
    border: solid 1px #e0e0e0;
    background-color: rgba(255, 219, 220, 1);
    padding:5px;
}

    .Warning > p:first-child {
        font-size: 16px;
        font-weight: bold;
        color: #555;
    }

.AuthenticationRequired {
    border: solid 1px #e0e0e0;
    background-color: rgba(235, 244, 255, 1);
    padding: 5px;
}

    .AuthenticationRequired > p:first-child {
        font-size: 16px;
        font-weight: bold;
        color: #555;
    }

.homebutton, .homebutton:hover {
    padding: 10px;
    color: #555 !important;
    background-color: rgba(223, 233, 241, 1) !important;
}

.httpMethod {
    padding: .15em .8em .15em .8em;
    min-width: 60px;
    display: inline-block;
    text-align: center;
}

.httpMethod-GET {
    color: #fff;
    background-color: rgba(28, 141, 212, 1); /*green rgba(44, 106, 41, 1) */
}

.httpMethod-POST {
    color: #fff;
    background-color: rgba(48, 93, 156, 1);
}

.httpMethod-PUT {
    color: #fff;
    background-color: rgba(205, 150, 29, 1);
}

.httpMethod-DELETE {
    color: #fff;
    background-color: rgba(84, 64, 186, 1); /*red rgba(166, 43, 43, 1) */
}

.httpMethod-PATCH {
    color: #fff;
    background-color: dimgrey;
}

pre {
    overflow-x: scroll;
    overflow-y:no-display;
}