.swagger-ui .topbar {
    background: #42a09d;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border: 2px solid #288682;
}

.swagger-ui .link img {
    display: none!important;
}

#select_document {
    background: #666!important;
}
input[name=baseUrl] {  
    display: none!important;
}
.logo__title {
    display: none!important;
}
#api_info a {
    color: #007bff!important;
    text-decoration: none!important;
}
#api_info a:hover,
#api_info a:focus,
#api_info a:active {
    color: #0056b3!important;
    text-decoration: underline!important;
}

/*document.getElementsByClassName('topbar-wrapper')[0].children[0].children[0].style.display = 'none'*/