/*
.swagger-section #header #logo .logo__img {
    content: url(/fleetmind-logo.png);
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
    border: 1px solid transparent;
    float: none;
    clear: both;
    overflow: hidden;
    display: block;
    background-color: ghostwhite;
}
*/

.swagger-section .swagger-ui-wrap {
    line-height: 1;
    font-family: "Droid Sans", sans-serif;
    min-width: 760px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.swagger-section .swagger-ui-wrap .body-textarea {
    width: 460px;
    height: 500px;
    border: 1px solid #aaa;
}

.swagger-section .swagger-ui-wrap .model-signature pre {
    font-size: .85em;
    line-height: 1.2em;
    overflow: auto;
    max-height: 500px;
    cursor: pointer;
}

#DefaultApi_endpoint_list .path {
    display: block;
    width: 1080px;
    word-wrap: break-word;
}

#input_baseUrl {
    display: none;
}

