﻿body.swagger-section #header {
    background-color: steelblue;
    height: 3em;
}

/*.swagger-section #header #logo {
    background: url('https://www.wachter.com/wp-content/uploads/2013/12/WachterLogo_1.png');
    background-size: 150px;
    background-position: -47px -8px;
    padding: 0;
    padding: 12px;
}*/

.swagger-section #header #explore, .swagger-section #explore,
.swagger-section #auth_container .authorize__btn,
.swagger-section #explore:hover, .swagger-section #auth_container .authorize__btn:hover {
    background-color: mediumturquoise ;
    color: white;
}

.swagger-section #authorizeWarningMessage {
    color: white;
    padding-top: 5px;
}