body {
    background-color: #f1f1f6;
}

.swagger-section #header {
    background-color: white;
}

.logo__title {
    font-size: 0;
}

.swagger-section #explore {
    background-color: white;
    color: #004f83;
    outline-color: #004f83;
    outline-width: 1px;
    outline-style: solid;
}

.swagger-section #explore:hover {
    background-color: #004f83;
    color: white;
    outline-style: none;
}

/* Execute Button */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
  background-color: #0063a3;
  color: white;
  border: none;    
}


#input_baseUrl {
    margin-top: 9px !important;
}

.swagger-section #header {
  height: 30px;
}

/* Paramter description does not look good in bold */
.swagger-section .swagger-ui-wrap strong {
  font-weight: normal;
}
