.swagger-section #header {
  background-color: #2d2d2d !important;
}

.swagger-section #header form#api_selector .input input#input_baseUrl {
  width: 325px;
  font-size: .8em;
}
.swagger-section #header form#api_selector .input input#input_apiKey {
  width: 150px;
  font-size: .8em;
}

.swagger-section #header form#api_selector .input a#explore {
  background-color: #878787;
}

.swagger-section #header form#api_selector .input a#explore:hover {
  background-color: #ff6900;
}


.logo {
  height: 30px;
}

