html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    background-color: #f8f8f8;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.topbar {
    display: none;
}

.swagger-ui .btn.authorize {
    color: #f8f8f8;
    background-color: #95b507;
    border: solid 1px #95b507;
    animation: none;
}

.url {
    display: none;
}

.swagger-ui .info .title small {
    border-radius: 0;
}

.title {
    padding-top: 44px;
    font-size: 30px;
    font-weight: 300;
    color: #3c3c3c;
    font-family: "Selawik", Arial, sans-serif;
}

.swagger-ui .servers > label select {
    border-style: none;
    font-size: 12px;
}

.swagger-ui .opblock-tag.no-desc span {
    font-size: 20px;
    font-weight: 300;
    color: #3c3c3c;
    font-family: "Selawik", Arial, sans-serif;
}

.swagger-ui .opblock-tag {
    border-bottom: 1px solid #3c3c3c;
}

.header {
    padding: 8px 20px;
    -webkit-box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.4);
    background: white;
}

.header-logo {
    max-height: 40px;
}