/* 
	Swagger CSS Tweaks for the Cuba.Api
*/

.swagger-section #header {
  background-color: rgba(74, 66, 63, 1);
  padding: 14px;
}
.swagger-section #header a#logo {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(../images/logo_small-png) no-repeat left center;
  padding: 20px 0 20px 40px;
  color: white;
}
.swagger-section #header form#api_selector .input a#explore {
  background-color: #ed431f;
}
.swagger-section #header form#api_selector .input a#explore:hover {
  background-color: #ed431f;
}
