﻿.custom-annotations-list {
    font-style: italic;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 0.9em;
    color: #F58021;
}

.custom-annotations-list li.hover {
    text-decoration: underline;
}

#api_selector,
.sandbox_header, 
.authorize-wrapper, 
.response-content-type {
    display: none !important;
}

.endpoint .post table.parameters > thead > tr > th:nth-child(2),
.endpoint .post table.parameters > thead > tr > th:nth-child(3),
.endpoint .put table.parameters > thead > tr > th:nth-child(2),
.endpoint .put table.parameters > thead > tr > th:nth-child(3),

.endpoint .post table.parameters > tbody > tr > td:nth-child(2),
.endpoint .post table.parameters > tbody > tr > td:nth-child(3),
.endpoint .put table.parameters > tbody > tr > td:nth-child(2),
.endpoint .put table.parameters > tbody > tr > td:nth-child(3) {
    display: none !important;
}