.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 {
    font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.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 {
    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-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.help-page {
    font-size: 14px;
    line-height: 143%;
    color: #333;
}

.help-page a {
    color: #0000EE;
    text-decoration: none;
}

.col-1 {
    width: 100%*(1/12) !important;
}

.col-2 {
    width: 100%*(2/12) !important;
}

.col-3 {
    width: 100%*(3/12) !important;
}

.col-4 {
    width: 100%*(4/12) !important;
}

.col-5 {
    width: 100%*(5/12) !important;
}

.col-6 {
    width: 100%*(6/12) !important;
}

.col-7 {
    width: 100%*(7/12) !important;
}

.col-8 {
    width: 100%*(8/12) !important;
}

.col-9 {
    width: 100%*(9/12) !important;
}

.col-10 {
    width: 100%*(10/12) !important;
}

.col-11 {
    width: 100%*(11/12) !important;
}

.col-12 {
    width: 100%*(12/12) !important;
}

@media(min-width:768px) {
    .col-lg-1, .col-md-1, .col-sm-1 {
        width: 100%*(1/12) !important;
    }

    .col-lg-2, .col-md-2, .col-sm-2 {
        width: 100%*(2/12) !important;
    }

    .col-lg-3, .col-md-3, .col-sm-3 {
        width: 100%*(3/12) !important;
    }

    .col-lg-4, .col-md-4, .col-sm-4 {
        width: 100%*(4/12) !important;
    }

    .col-lg-5, .col-md-5, .col-sm-5 {
        width: 100%*(5/12) !important;
    }

    .col-lg-6, .col-md-6, .col-sm-6 {
        width: 100%*(6/12) !important;
    }

    .col-lg-7, .col-md-7, .col-sm-7 {
        width: 100%*(7/12) !important;
    }

    .col-lg-8, .col-md-8, .col-sm-8 {
        width: 100%*(8/12) !important;
    }

    .col-lg-9, .col-md-9, .col-sm-9 {
        width: 100%*(9/12) !important;
    }

    .col-lg-10, .col-md-10, .col-sm-10 {
        width: 100%*(10/12) !important;
    }

    .col-lg-11, .col-md-11, .col-sm-11 {
        width: 100%*(11/12) !important;
    }

    .col-lg-12, .col-md-12, .col-sm-12 {
        width: 100%*(12/12) !important;
    }
}