.main {
    padding-top: 9.5rem;
    margin-bottom: 2em;
}

.navbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.navbar-list {
    list-style: none;
    margin-bottom: 0;
}

.navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0;
}

.navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222;
}

.navbar-link.active {
    color: #33C3F0;
}

form .help {
    color: #666;
}

form .has-errors {
    border-color: #f03333;
}

form .error-list {
    color: #f03333;
}

tt.fixed-width {
    background: #c9f2ff;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
}

.request-log tbody td {
    vertical-align: text-top;
    max-width: 500px;
}

.request-log .endpoint-response {
    max-height: 100px;
}