/*.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: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}*/

.help-page pre.wrapped {
    white-space: pre-wrap;
    padding: 10px;
}

.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;
}

.help-page-table th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #eaedef;
    padding: 0 8px 10px 8px;
    color: #909090;
}

.help-page-table td {
    border-bottom: 1px solid #eaedef;
    padding: 10px 8px;
    vertical-align: top;
}

.help-page-table td > a {
    font-weight: bold;
}

.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: #f4f5f7;
}

.help-page a:hover {
    background-color: transparent;
}

.help-page .sample-header {
    color: #484848;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.help-page .sample-content {
    display: block;
    border-width: 0;
    padding: 15px 0 0 0;
    background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
    .help-page .sample-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.help-page .sample-content > span > b {
    display: block;
    margin-bottom: 5px;
}
.help-page .sample-content pre {
    border-color: #eaedef;
    background-color: #f4f5f7;
}

.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-table td.parameter-annotations p {
    display: inline;
}
