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

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

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

.swagger-ui .topbar {
    background: #003e6b;
    padding: 30px 0;
}

.guides_link {
    float: right;
    font-size: 16px !important;
    max-width: 4em !important;
    margin-left: 10px;
}

/* Fix for servers variables table, name column too small, issue. */
.swagger-ui .servers table td {
    display: revert;
}
