pre.wrapped {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
}

.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: 2px solid #D4D4D4;
}

.help-page-table th {
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #D4D4D4;
    padding: 8px 6px 8px 6px;
}

.help-page-table td {
    border-bottom: 2px solid #D4D4D4;
    padding: 15px 8px 15px 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;
}

a:hover {
    background-color: transparent;
}

.sample-header {
    border: 2px solid #D4D4D4;
    background: #76B8DB;
    color: #FFFFFF;
    padding: 8px 15px;
    border-bottom: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.sample-content {
    display: block;
    border-width: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    margin: 0px 0px 10px 0px;
}

.api-name {
    width: 40%;
}

.api-documentation {
    width: 60%;
}

.parameter-name {
    width: 20%;
}

.parameter-documentation {
    width: 50%;
}

.parameter-source {
    width: 30%;
}
.nav-wrapper-midnightblue {
    min-height: 56px;
    height: 100%;
    position: relative;
}

.right-padding {
    float: right !important;
    padding-right: 10% !important;
    position: inherit;
    width: 20%
}
.side-nav li > a {
    color: dimgray;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}
.resource-menu {
    padding-left: 30px;
}

pre {
    font-size: 0.8em;
    outline: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

pre .string {
    color: green;
}

pre .number {
    color: darkorange;
}

pre .boolean {
    color: blue;
}

pre .null {
    color: magenta;
}

pre .key {
    color: black;
}

.bulletlist li {
    list-style-type: disc !important;
    margin-left: 15px;
}