html {
    font-size: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.top-bar-container {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0;
}

.top-bar, .top-bar ul {
    background-color: #e6e6e6;
}

.top-bar {
    padding: .5rem;
    margin: 0;
}

.top-bar:after, .top-bar:before {
    content: ' ';
    display: table;
}

.top-bar:after {
    clear: both;
}

.top-bar-left {
    width: auto;
    float: left;
}

nav {
    display: block;
}

.menu {
    margin: 0;
    list-style-type: none;
}

ul.menu {
    line-height: 1.6;
    list-style-position: outside;
    padding: 0;
    display: block;
}

.menu>li {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
}

.menu a, .menu button, .menu input {
    margin-bottom: 0;
    color: #2199e8;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.menu .active>a {
    color: #fefefe;
    background: #2199e8;
}

.swagger-ui .info code {
    background: none;
}

.swagger-ui .info pre code {
    display: inline-block;
    border: 1px solid #eee;
    padding: 2rem;
    background: #f0f0f0;
}