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

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

body{
    margin:0;
    background: white;
    font-family:Gudea,sans-serif;
}

.swagger-ui .topbar {
    background-color: #393a3c;
}


a#swaggerUiLogoLink img {
   height: 25px;
}


#footer {
    font-family:Gudea,sans-serif;
    font-weight: bold;
    font-size: 80%;
    color:#393a3c;
    text-align: center;
}