﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
h1 {
    margin-top: 24px;
    margin-bottom: 16px;
}
h2 {
    margin-top: 12px;
}
h2 a {
    color: black;
    text-decoration: none;
}
h2 a:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
h2 a:visited {
    color: black;
    text-decoration: none;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.mainItem {
    display: inline-block;
    min-width: 500px;
    max-width: 500px;
    width: 500px;
    vertical-align: top;
}
.apiBlock {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 8px;
}
.apiMethod {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #009900;
    background-color: #009900;
    color: white;
    font-weight: bold;
    font-variant: all-small-caps;
    padding: 4px 8px;
    width: 80px;
    text-align: center;
}
.apiMethod.apiMethodPost {
    background-color: #ff6a00;
    border: 1px solid #ff6a00;
}
.apiMethod.apiMethodDelete {
    background-color: #990000;
    border: 1px solid #990000;
}    
.apiText {

}
.apiTextMethod {
    white-space: nowrap;
}
pre.apiParameters, .apiTextMethod {
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    margin: 8px 0;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: monospace;
    font-size: 14px;
}
 
span.code {
    font-family: monospace;
    background-color: #eeeeee;
}
.docsSidebar {
    display: none;
}
.docsSidebar h2 {
}
.docsSidebar ul {
}
.docsSidebar ul li {
}
.sectionMain h2 {
    display: none;
}
select.docsNav {
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    margin: 8px 0;
    padding: 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.docsNavSection {
    color: rgba(255, 255, 255, 0.5);
}
.docsSectionNavHeader {
    display: inline-block;
    padding-right: 12px;
}
.comingSoon {
    color: #888888;
}
.comingSoon h2 {

}
.comingSoon ul {

}
.comingSoon ul li {

}
.versionItem {

}
.versionNumber {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    width: 64px;
    text-align: right;
}
.versionDate {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
.versionItems {

}
.versionItems ul {

}
.versionItems ul li {

}
