.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h3 {
    color: #000000;
    padding-left: 0;
    display: block;
    clear: none;
    float: left;
    font-family: "Droid Sans", sans-serif;
    padding-top: 12px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h3 a {
    color: #000000;
}

.swagger-section #header {
    background-color: #0099FF;
    height: 23px;
    min-width: 775px;
    padding: 9px 14px 19px;
}

.swagger-section #auth_container .authorize__btn, .swagger-section #explore {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: .9em;
    color: #fff;
    background-color: #191970;
    border-radius: 4px;
    padding: 6px 8px;
}

    .swagger-section #auth_container .authorize__btn:hover, .swagger-section #explore:hover {
        background-color: #191970;
    }

.swagger-section .swagger-ui-wrap .resource-description {
    font-family: Droid Sans,sans-serif;
    font-size: 1em;
    line-height: 1.7em;
}

div.footer {
    display: none;
}
