﻿.swagger-section #header {
    background-color: #fa7911;
    color: black;
}

.swagger-section .swagger-ui-wrap a {
    color: #fa7911;
}

.swagger-section #explore {
    background-color: black;
    color: white;
    font-size: 1.1em;
}

.swagger-section #explore:hover {
    background-color: black;
    color: white;
}

.swagger-section .swagger-ui-wrap .info_name,
.swagger-section .swagger-ui-wrap .info_url,
.swagger-section .swagger-ui-wrap .info_email {
    color: gray;
    font-size: 80%;
}

.swagger-section .swagger-ui-wrap .info_email {

}

.swagger-section .swagger-ui-wrap .info_url {
    padding-top: 5px;
}

.swagger-section #input_baseUrl {
    display: none;
}

.swagger-section #header .swagger-ui-wrap #logo {
    display: none;
}

