.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: #76B8DB;
    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%;
}

#body.help-page {
    font-size: 14px;
    line-height: 143%;
    color: #333;
}

.help-page a {
    color: #00abec;
    text-decoration: none;
}

body {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
    font-size: 39px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #333;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}

h2 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 5px;
}

.api-docs-caption p {
    color: #777;
    margin-top: 0 !important;
}

.table {
    margin-top: 20px !important;
}

.table > thead > tr > th {
    border-top: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
    padding-left: 0;
}

.table > tbody > tr > td {
    padding-left: 0;
}

pre {
    font-family: monospace;
    font-size: 12px;
}