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

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

body {
    margin: 0;
    padding: 0;
}

body.swagger-body {
    background: #fafafa;
}

.hidden {
    display: none;
}

#django-session-auth > div {
    display: inline-block;
}

#django-session-auth .btn.authorize {
    padding: 10px 23px;
}

#django-session-auth .btn.authorize a {
    color: #49cc90;
    text-decoration: none;
}

#django-session-auth .hello {
    margin-right: 5px;
}

#django-session-auth .hello .django-session {
    font-weight: bold;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary {
    background-color: #337ab7;
}

.divider {
    margin-right: 8px;
    background: #16222c44;
    width: 2px;
}

svg.swagger-defs {
    position: absolute;
    width: 0;
    height: 0;
}

.swagger-ui .information-container .info{
    display: None;
}

.swagger-ui .markdown code, .swagger-ui .renderedMarkdown code {
    font-size: 14px;
    padding: 5px 7px;
    border-radius: 4px;
    background: rgba(0,0,0,.05);
    font-family: monospace;
    font-weight: 600;
    color: #226382;
}
.swagger-ui .try-out__btn{
    display: none;
}
.topbar{ display: none;}
.swagger-ui .scheme-container{ display: none; }
.swagger-ui .filter-container{ display: none; }

.swagger-body .reference-header{
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.swagger-body .reference-header h1{
    font-weight: normal; 
    font-size: 3em;
}