.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
.help-page p,
#body.help-page,
.help-page-table th,
.help-page-table pre,
.help-page-table p {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    /*font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
}

body {
    width: 100%;
    margin: auto;   
}

.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: 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 p {
    /*font-style: italic;*/
    line-height: 1.4;
    font-size: 14px;
}

.help-page-row {
    text-align: left;
    font-weight: 500;
    /*border-bottom: 1px solid #D4D4D4;*/
    /*padding: 5px 6px 5px 6px;*/
    padding-bottom: 6px;    
    width: 100%;
    display: inline-flex;    
}

.help-page-col {
    /*border-bottom: 6px solid #FFFFFF;*/
    /*border-bottom: 1px solid #D4D4D4;*/
    padding: 10px 8px 10px 8px;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;    
    float: left;
}

.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 {
    border: 2px solid #D4D4D4;
    background: #76B8DB;
    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: #FFFFFF;
    border: 2px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.help-page .api-method {
    width: 15%;  
    color: white;   
    text-align: center;    
    max-width: 130px;
    background-color: gray;
}

.api-method.GET {
    background-color: #0f6ab4;   
}

.api-method.POST {
    background-color: #10a54a;
}

.api-method.PUT {
    background-color: #c5862b;
}

.api-method.DELETE {
    background-color: #a41e22;
}

.help-page .api-path {
    width: 40%;
    background: #F3F3F3;
    padding-left: 14px;
    font-family: monospace;    
}

    .help-page .api-path a {
        color: black;
    }

    .help-page .api-path a:hover {
        text-decoration: underline;
    }

.help-page .api-documentation {
    width: 45%;
    background: #F3F3F3;
    text-align: right;
    padding-right: 14px;     
}

.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;
}

.help-page h2,
.help-page .h2 {
    font-size: 24px;
}

.help-page h3,
.help-page .h3 {
    font-size: 20px;
}

#body.help-page {
    font-size: 14px;
    line-height: 143%;
    color: #333;
}

.help-page a {
    color: #00abec;
    text-decoration: none;
}
