﻿.swagger-section .swagger-ui-wrap {
    max-width: 90%;
}


.swagger-section #header {
    border-bottom: 1px solid whitesmoke;
    font-style: normal;
    font-weight: 400;
    font-family: "Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    background-color: #074f7f;
}

    .swagger-section #header h1 {
        text-align: center;
        font-size: 20px;
        color: white;
    }

#api_info {
    display: none;
}

div.signature-container > div.description > div {
    display: block;
    margin-bottom: 8px;
}

.header__btn {
    background-color: #346F96 !important;
    color: #D1DFE7 !important;
}

    .header__btn:hover {
        background-color:  #5889A9 !important;
        color: white !important;
    }
