.httpMethod {
    width: 20%;
}

.uriPath {
    width: 70%;
}
#responseBodyDiv {
    width: 90%;
}
.sampleArea {
    width: 95%;
   
}

#testClientButton {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 150px;
    font-size: x-large;
}

select {
    margin-top: 10px;
}

.panel {
    max-height: 120px;
    overflow: auto;
}

    .panel input {
        width: 150px;
    }

.uriParameterLabel {
    width: 100px;
    float: left;
    border: none;
}
.testClientDialog {
    
}
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;z-index: -1; }
pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }