﻿
.swagger-section #header {
    background: #0894ec;
}

    .swagger-section #header #logo,
    .swagger-section #api_selector,
    #resource_Swagger {
        display: none;
    }

.swagger-section .swagger-ui-wrap {
    max-width: 1110px;
}

@media(max-width:1160px) {
    .swagger-section .swagger-ui-wrap {
        margin-left: 25px;
        margin-right: 25px;
    }
}

.swagger-section .swagger-ui-wrap .footer #validator {
    display: none !important;
}
