.swagger-ui .topbar { display: none }
.swagger-ui .scheme-container { margin-top: 0; padding-top: 0; }

html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

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

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

body > svg {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
}
