.swagger-section .swagger-ui-wrap {
    font-family: Calibri, Tahoma, Arial, sans-serif;
}

.swagger-section #header {
    border-bottom: 1px solid #0B4696;
    font-style: normal;
    font-weight: 400;
    font-family: Calibri, Tahoma, Arial, sans-serif;
    background-color: #0B4696;
}

.swagger-section #header h1 {
    text-align: center;
    font-size: 20px;
    color: white;
}

.swagger-ui-wrap .footer {
    display: none;
}

.swagger-section #btn-v1, .swagger-section #btn-v2 {
    display: block;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 8px;
    font-size: .9em;
    color: #fff;
    background-color: #555;
    border-radius: 4px;
}

.param-title {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 0 !important;
    color: #555;
}

.param-title span {
    font-weight: normal;
    font-style: italic;
    padding-left: 5px;
}

.param-description {
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 9px;
}

.param-description span {
    font-weight: normal;
    font-style: italic;
}

.markdown {
    width: 500px;
}

.markdown p {
    font-size: 11px;
    color: #555 !important;
}

#input_baseUrl {
    display: none;
}

.subhead {
    font-size: 13px;
}

#select_document {
    color: #555 !important;
    background-color: #c9d75b !important;
}

.swagger-section .swagger-ui-wrap {
    font-size: 14px;
}

.swagger-section .swagger-ui-wrap .info_title {
    font-size: 20px;
    color: #555
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
    background-color: #fff;
    border: 1px solid #D8D8D8;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
    background-color: #fff;
    border: 1px solid #D8D8D8;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
    background-color: #fff;
    border: 1px solid #D8D8D8;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
    background-color: #fff;
    border: 1px solid #D8D8D8;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
    background-color: #fff;
    border: 1px solid #D8D8D8;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
    background-color: #fff;
    border: 1px solid #D8D8D8;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
    background-color: #fff;
    border: 1px solid #D8D8D8;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
    background-color: #fff;
    border: 1px solid #D8D8D8;
}

.swagger-section .swagger-ui-wrap pre {
    font-family: Anonymous Pro, Menlo, Consolas, Bitstream Vera Sans Mono, Courier New, monospace;
    background-color: #f2f2f2;
    border: 1px solid #D8D8D8;
    padding: 10px;
}

.swagger-section .swagger-ui-wrap .model-signature pre:hover {
    background-color: #f2f2f2;
}

.auth-section {
    border: 1px solid #D8D8D8;
    padding: 15px;
    background-color: #f2f2f2;
    margin-top: 25px;
}

.api-section {
    border: 1px solid #D8D8D8;
    padding: 15px;
    background-color: #fff;
    margin-top: 25px;
}

.link-section {
    border: 1px solid #D8D8D8;
    padding: 15px;
    background-color: #f2f2f2;
    margin-top: 25px;
}

.highlight {
    font-weight: bold;
    color: #8A0808;
}

.api-section .header, .auth-section .header, .link-section .header {
    font-family: Consolas, Courier New, Arial;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.api-section .header h2, .auth-section .header h2 {
    color: #555;
}

.auth-section .path {
    font-size: 13px;
}

.auth-section .header h2, .link-section .header h2 {
    font-size: 13px;
}