body, .swagger-ui {
    background-color: #EEF3FB;
}

    .swagger-ui .topbar {
        background-color: #001F43;
        color: #FFFFFF;
    }

.btn.authorize.unlocked {
    background-color: #FFFFFF;
}

.swagger-ui .scheme-container {
    background-color: #B0DEFF;
}

.swagger-ui .opblock.opblock-get .opblock-summary-method {
    background-color: #2E68D7;
}

img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('/includes/reorg.png');
    max-width: 100%;
    max-height: 100%;
}
