.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: "Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: #333;
}

.help-page h1, h2 {
    margin-top: 50px;

}

.help-page h3 {
    margin-top: 30px;

}

.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 50px 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: 8px 8px 8px 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: 5px 10px;
    /* border-bottom: none; */
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.help-page .sample-content {
    display: block;
    /* border-width: 0; */
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    /* margin: 0px; */
}

.help-page .api-name {
    width: 60%;
}

.help-page .api-documentation {
    width: 40%;
}

.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: 28px;
    line-height: normal;
	font-weight: 600;
}

.help-page h2,
.help-page .h2 {
    font-size: 20px;
	font-weight: 600;
}

.help-page h3,
.help-page .h3 {
    font-size: 16px;
	font-weight: 600;
}

#body.help-page {
    font-size: 13px;
    line-height: 1.5em;
   /* color: #333; */
}

.help-page a {
    color: #e88320;
    text-decoration: none;
}

.help-page .api-method {
    font-size: 10px;
    color: white;
    /* line-height: 34px; */
    padding: 5px 10px;
    border-radius: 5px;
}

.help-page .api-method{
    text-decoration: none;
    color: white;
} 

.help-page .api-method-row {
    height: 30px;
    line-height: 30px;
} 


.help-page .api-method-GET{
    background-color: #0f6ab4;
}

.help-page .api-method-PUT{
    background-color: #D38042;
}

.help-page .api-method-POST{
    background-color: #10a54a;
}

.help-page .api-method-DELETE{
    background-color: #a41e22;
}

.help-page .api-path:before {
    content: "/";
}

body {
	margin: 0;
}

.myLIMS-header {
	background-color: #444444;
    padding-top: 10px;
	padding-bottom: 6px;
}

.myLIMS-wrapper {
	margin: 0 auto;
	max-width:980px;
}

pre,
code {
	font-family: "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, Consolas, monospace;
}

.help-page code {
    color: #A41E22;
}