.swagger-ui .topbar {
    background: #003375;
}

/* Hide the "OAS x.y" version */
.swagger-ui .info .title small.version-stamp {
    display: none;
}

/* Hide the "Schemas" */
.swagger-ui section.models {
    display: none;
}
