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

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

body
{
  margin:0;
  background: #fafafa;
  padding-bottom: 100px;
}

.swagger-ui .auth-container input[type=text]
{
    width: 100%;
}

.topbar-wrapper img {display:none !important;}

.wrapper .float-right a {display:none;}

.auth-wrapper button.btn {display:none !important;}