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

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

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

/* custom css */

.swagger-ui .opblock .opblock-summary-description {
  font-weight: bold;
  color: red;
}

.guest-user {
  font-weight: bold;
  color: red;
}
