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

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

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

/* NOTE: help swagger-ui and just the docs play nice*/
.swagger-ui .microlight code {
  background: rgb(51, 51, 51);
  border: none;
}

.swagger-ui section.models .model-container table.model *{
  background: none;
}
.swagger-ui table td, .swagger-ui table th{
  background: none;
  border-left: none;
}

.swagger-ui .scheme-container{
  border: 1px solid rgba(59,65,81,.3);
  border-radius: 4px;
  box-shadow: none;
  margin-left: 20px;
 margin-right: 20px;
}

.main-content-wrap{
  background: white;
}

