html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.swagger-ui .topbar .link {
    display: none;
}

.swagger-ui .opblock .opblock-summary-description {
    text-align: right;
    font-weight: 600;
    padding-right: 2%;
}

.swagger-ui .opblock .opblock-section-header {
    background: rgba(0, 0, 0, 0.03);
    box-shadow: none;
}

.swagger-ui .scheme-container {
    background: inherit;
}

.swagger-ui .opblock .opblock-summary-method {
    min-width: 90px;
}

.swagger-ui .opblock .tab-header .tab-item.active h4 span:after {
    content: none;
}