.samples h4 {
    background: #334352;
}

.navbar-header {
    width: 100%;
}

    .navbar-header img {
        width: 64px;
        height: 64px;
    }

    .navbar-header h2 {
        display: inline;
        padding-left: 20px;
    }

    .navbar-header div {
        display: table-cell;
        vertical-align: middle;
        display: inline;
    }

.swagger-section .token-generator .scope-selector .controls {
    width: 100%;
}

.sider_method {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 20px;
    padding: 4px 10px;
    font-weight: 700;
    display: inline-block;
    background: #01b48f;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .swagger-section .sticky-nav [data-navigator] .item {
        padding: 9px 9px 9px 20px;
    }
}

.sider_method_get {
    background: #44c7f4;
}

.sider_method_delete {
    background: red;
}

.sider_method_put {
    background: #c5862b;
}