﻿#api_selector, .body-textarea, .sandbox_header, .response-content-type {
	display: none !important;
}

.get > .content > div.response-class > div.response-content-type {
    display: block !important;
}

.parameter-content-type {
	position: relative;
	top: -15px;
}

.optionsWrapper {
    display: none !important;
}

.delete > .content > form > .parameters thead tr th:nth-of-type(1){
    width: 250px !important;
}

.delete > .content > form > .parameters thead tr th:nth-of-type(2),
.delete > .content > form > .parameters tbody tr td:nth-of-type(2){
    display:none;
}

.delete > .content > form > .parameters thead tr th:nth-of-type(3){
    width: 300px !important;
}

.delete > .content > form > .parameters thead tr th:nth-of-type(5){
    width: 100px !important;
}