
body {
    margin: 0;
    background: #fafafa;
    font-family: "Open Sans", "Open Sans Condensed","PT Sans","PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.swagger-ui .info,
.swagger-ui .response-control-media-type,
.swagger-ui .response-control-media-type,
.swagger-ui .opblock .opblock-section-header > label,
.swagger-ui .response-col_links,
.swagger-ui section.models.is-open,
.swagger-ui .scheme-container .schemes-server-container div {
    display: none !important;
}

.swagger-ui .scheme-container {
    /* background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15); CUSTOM*/
    /* margin: 0 0 20px; CUSTOM
    padding: 30px 0;* CUSTOM/*/
    /*display: none; /*CUSTOM*/
}

.btn:focus {
    outline: none;
}

#operations-tag-Authenticate + .no-margin .opblock-summary-description::after {
    /*content: "\a Note: Authenticate here with a valid credential to get token to access the below APIs.";*/
    font-weight: bold;
    white-space: pre;
    word-break: break-word;
}
