.api-main,
.api-main.collapsed {
    background-color: #111;
}

    .section-title-main {
        background-color: #ececec;
    }

.api-method-get,
.api-method-get.collapsed {
    background-color: #0cb4ce;
}

    .section-title-get {
        background-color: #effdff;
    }

.api-method-post,
.api-method-post.collapsed {
    background-color: #78BC61;
}

    .section-title-post {
        background-color: #e6f6e1;
    }

.api-method-put,
.api-method-put.collapsed {
    background-color: #e6c229;
}

    .section-title-put {
        background-color: #ffeda3;
    }

.api-method-delete,
.api-method-delete.collapsed {
    background-color: #ed6a5a;
}

    .section-title-delete {
        background-color: #ffb8af;
        color: #fff;
    }

    .api-main,
    .api-main:before,
    .api-main.collapsed,
    .api-main.collapsed:before,
    .api-method-get,
    .api-method-get:before,
    .api-method-get.collapsed,
    .api-method-get.collapsed:before,
    .api-method-post,
    .api-method-post:before,
    .api-method-post.collapsed,
    .api-method-post.collapsed:before,
    .api-method-put,
    .api-method-put:before,
    .api-method-put.collapsed,
    .api-method-put.collapsed:before,
    .api-method-delete,
    .api-method-delete:before,
    .api-method-delete.collapsed,
    .api-method-delete.collapsed:before {
        color: #fff;
    }

.api-responses,
.api-headers,
.api-parameters,
.api-fields {
    width: 100%;
}

    .api-responses tr,
    .api-headers tr,
    .api-parameters tr {
        border-top: 1px solid #ededed;
        line-height: 4;
        font-size: 14px;
    }

    .api-fields tr {
        border-top: 1px solid #ededed;
        line-height: 2;
        font-size: 14px;
    }

    .api-fields th {
        width: auto;
    }

.api-parameter-required {
    color: #d20000;
}

    .api-parameter-required > .big {
    font-size: 2rem;
}

.code-column {
    width: 150px;
}

.section-heading h5 {
    font-size: 25px;
}

.mandatory-fields li {
    line-height: 27px;
}

.mandatory-fields ul {
    margin-left: 20px;
}
