﻿.swagger-section #header {
    background-color: #292929;
}

.swagger-section #auth_container .authorize__btn, .swagger-section #explore {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .swagger-section #auth_container .authorize__btn:hover, .swagger-section #explore:hover {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }
