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

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

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

.swagger-ui .info hgroup.main a {
    display: none !important
  }
  
  .swagger-ui .global-server-container {
    display: none !important;
  }
  
  .swagger-ui .scheme-container,
  .swagger-ui .topbar {
    display: none !important;
  }
  
  .swagger-section #header {
    background-color: #d9232e;
    padding: 14px;
    text-align: center;
  }
  
  .swagger-section #header #logo {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(./images/white_console_logo@2x.png) no-repeat left center;
    padding: 20px 90px 20px 175px;
    color: white;
    background-size: 250px;
  }
  
  .swagger-section .swagger-ui-wrap {
    line-height: 1;
    font-family: "Droid Sans", sans-serif;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.swagger-section #message-bar {
    min-height: 30px;
    text-align: center;
    padding-top: 10px;
  }