﻿.swagger-section .swagger-ui-wrap {
    line-height: 1;
    font-family: "Droid Sans", sans-serif;
    min-width: 760px;
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
}

.swagger-section #header {
    background-color: #007cba !important;
    display:none;
}

.swagger-section #header #logo .logo__img {
    display: none;
    float: left;
    margin-top: 2px;
}

.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 0.9em;
    color: white;
    background-color: #007cba;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.swagger-section .swagger-ui-wrap .footer
{
    display:none;
}

