﻿
div.topbar {
    background-color: #34A65F !important;
}

/* Hides the servers drop down above methods */
div.scheme-container {
    display: none;
}

/* Hides the paramters block*/
div.opblock-section {
    display: none;
}
/* Hides the responses areas */
div.responses-wrapper {
    display: none;
}
/* Hides the execute areas */
div.execute-wrapper {
    display: none;
}


/* Hides the header image and server box */
div.topbar-wrapper {
    display: none !important;
}