.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
.help-page h4,
.help-page .h4,
#body.help-page,
.help-page-table th,
.help-page-table pre,
.help-page-table p {
    font-family: "Inter", Arial;
    color: #214755;}

.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: 20px 0px 20px 0px;
    border-top: 1px solid #D4D4D4;
    border-spacing: 0px 10px;
    border-collapse: separate;
}

.help-page-table th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #D4D4D4;
    padding: 0px 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 {
    border: 2px solid #D4D4D4;
    background: #00497E;
    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-obsolete-method {
    background-color: #ccc;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    display: inline-block;
    width: 60px;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
}

.help-page .api-method.GET {
    background-color: #61AFFE;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
}
.help-page .api-method.POST {
    background-color: #49CC90;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
}
.help-page .api-method.PUT {
    background-color: #FCA130;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
}
.help-page .api-method.DELETE {
    background-color: #F93E3E;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
}

.help-page .api-obsolete-row {
    background-color: #eee;
}
.help-page .api-name-row.GET {
    background-color: #EBF3FB;
}
.help-page .api-name-row.POST {
    background-color: #E8F6F0;
}

.help-page .api-name-row.PUT {
    background-color: #FBF1E6;
}

.help-page .api-name-row.DELETE {
    background-color: #FAE7E7;
}

.help-page .api-name {
    width: 40%;
    white-space: nowrap;
}

.help-page .api-name a {
    color: #000;
    font-size:12px;
}

.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: 32px;
    font-weight: 600;
    line-height: normal;
    padding-top:20px;
}

.help-page h2,
.help-page .h2 {
    font-size: 20px;
    font-weight: 600;
    padding-top:10px;
}

.help-page h3,
.help-page .h3 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}

.help-page h4,
.help-page .h4 {
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
}

#body.help-page {
    font-size: 14px;
    line-height: 143%;
    color: rgba(0, 0, 0, 0.87);
    margin-top:30px;
}

.help-page a {
    color: #1B7678;
    font-weight: bold;
    text-decoration: none;
}

.help-page .api-header {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
}

.help-page .api-header.GET {
    background-color: #EBF3FB;
}
.help-page .api-header.POST {
    background-color: #E8F6F0;
}
.help-page .api-header.PUT {
    background-color: #FBF1E6;
}
.help-page .api-header.DELETE {
    background-color: #FAE7E7;
}

.help-page-table.GET {
    background-color: #EBF3FB;
}
.help-page-table.POST {
    background-color: #E8F6F0;
}
.help-page-table.PUT {
    background-color: #FBF1E6;
}
.help-page-table.DELETE {
    background-color: #FAE7E7;
}