.swagger-section {
    background-color: #f8f8f8;
}

    .swagger-section #header {
        box-shadow: 0 1px 2px rgba(0,0,0,.1) !important;
        background: #fff;
        border-radius: 0 !important;
        height: 70px;
        display: flex;
        align-items: center;
        padding: 0 25px;
    }

        .swagger-section #header #logo .logo__img {
            margin-top: 0;
            width: 100%;
        }

    .swagger-section #body-container {
        box-shadow: -5px 0 5px -5px rgba(0,0,0,.3), 5px 0 5px -5px rgba(0,0,0,.3);
        background-color: #fff;
        line-height: 1;
        font-family: "Droid Sans", sans-serif;
        min-width: 760px;
        max-width: 1000px;
        margin-top: 1px;
        margin-left: auto;
        margin-right: auto;
    }

    .swagger-section .swagger-ui-wrap {
        padding: 0px 30px 0px 30px;
        min-width: inherit;
        max-width: inherit;
    }

    .swagger-section #explore,
    .swagger-section #auth_container .authorize__btn {
        background-color: #ffbf00;
        color: black;
        font-weight: normal;
        border: 1px solid #ffbf00;
        border-radius: 0px;
    }

        .swagger-section #explore:hover,
        .swagger-section #auth_container .authorize__btn:hover {
            background-color: white;
        }

    .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: #ffbf00;
        color: black;
        font-weight: normal;
        border: 1px solid #ffbf00;
        border-radius: 0px;
    }

        .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit:hover {
            background-color: white;
        }


    .swagger-section .swagger-ui-wrap .markdown h3 {
        color: black;
    }

    .swagger-section .swagger-ui-wrap a {
        color: #333333;
    }
