html {
    font-size: 62.5%;
}

.help-page {
    font-size: 14px;
    font-size: 1.4rem;

    line-height: 143%;
    /*color: #333;*/
}

.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
#body.help-page,
.help-page p,
.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;*/
    font-family: sans-serif;
}

.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3 {
    margin-bottom: 0;
}

.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3 {
    margin-top: 1.2em;
}

.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 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 h2,
.help-page h3 {
    word-wrap: break-word;
}

.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;
}

.help-page a {
    color: #0000EE;
    text-decoration: none;
    word-wrap: break-word;
}


/******************************************************************************
    Tables
******************************************************************************/

.help-page-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0px 0px 20px 0px;
    border-top: 1px solid #D4D4D4;
    table-layout: fixed;
}

.help-page-table thead {
    background-color: #26343f;
    color: white;
}

.help-page-table th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #D4D4D4;
    padding: 5px 6px 5px 6px;
}

.help-page-table .tbl-header--min {
    width: 1em;
}

.help-page-table td {
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 8px 10px 8px;
    vertical-align: top;
}

.tbl--row-numbers {
    counter-reset: rowNumbers;
}

.tbl--row-numbers .tbl-row {
    counter-increment: rowNumbers;
}

.tbl-data--row-number:before {
    content: counter(rowNumbers) ":";
}

.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;*/
    background-color: #eee999;
}


/******************************************************************************
    Code formatting
******************************************************************************/

code,
pre {
    border-radius: 4px;
    /*padding: 2px 4px;*/
    /*background-color: rgba(249, 242, 244, 1);*/
    font-family: monospace;
    font-size: medium;
    /*color: #c7254e;*/
}



code,
code > pre {
    background-color: rgba(249, 242, 244, 1);
    color: #c7254e;
}

code > pre {
    border-width: 1px;
    border-style: solid;
    border-color: #c7254e;
    padding: 4px;
}

pre {
    margin: 0;
}

.value {
    color: #42629b;
    font-weight: normal;
}


/******************************************************************************
    Callouts
******************************************************************************/

.callout {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    padding: 2px 4px;
}

.callout + .callout {
    margin-top: 1em;
}

.callout--info {
    border-color: #0068c6;
    background-color: #c6e4ff;
    color: #0068c6;
}

.callout--success {
    border-color: #8ee66c;
    background-color: #dff0d8;
    color: #48b41f;
}

.callout--warning {
    border-color: #ffc906;
    background-color: #ffea9f;
    color: #856900;
}

.callout--caution {
    border-color: #d94d4d;
    background-color: #f4cbcb;
    color: #891d1d;
}

.callout--interface {
    border-color: #8ee66c;
    background-color: #dff0d8;
    /*color: #8ee66c;*/
}

.callout--general {
    border-color: #c0c0c0;
    background-color: #efefef;
}


/******************************************************************************
    Various elements
******************************************************************************/

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}


/******************************************************************************
    Heading numbering
******************************************************************************/

.featured {
    counter-reset: hOne;
}
	
.featured h1 {
	counter-reset: hTwo;
	/*string-set: section content(before) ':' content(text);*/
}
	
.featured h2 {
	counter-reset: hThree;
	/*string-set: chapter content();*/
}
	
.featured h3 {
	counter-reset: hFour;
}
	
.featured h4 {
	counter-reset: hFive;
}
	
.featured h5 {
	counter-reset: hSix;
}

.featured h1.noCount:before,
.featured h2.noCount:before,
.featured h3.noCount:before,
.featured h4.noCount:before,
.featured h5.noCount:before,
.featured h6.noCount:before {
	content: "";
	counter-increment: none;
}
	
.featured h1:before {counter-increment: hOne; content: counter(hOne) ". ";}
.featured h2:before {counter-increment: hTwo; content: counter(hOne) "." counter(hTwo) ". ";}
.featured h3:before {counter-increment: hThree; content: counter(hOne) "." counter(hTwo) "." counter(hThree) ". ";}
.featured h4:before {counter-increment: hFour; content: counter(hOne) "." counter(hTwo) "." counter(hThree) "." counter(hFour) ". ";}
.featured h5:before {counter-increment: hFive; content: counter(hOne) "." counter(hTwo) "." counter(hThree) "." counter(hFour) "." counter(hFive) ". ";}
.featured h6:before {counter-increment: hSix; content: counter(hOne) "." counter(hTwo) "." counter(hThree) "." counter(hFour) "." counter(hFive) "." counter(hSix) ". ";}