.httpMethod {
    width: 20%;
}

.uriPath {
    width: 70%;
}

.sampleArea {
    width: 95%;
}

#testClientButton {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 150px;
    font-size: x-large;
}

select {
    margin-top: 10px;
}

.panel {
    /*max-height: 150px;*/
    overflow: auto;
}

.panel input {
    width: 200px;
}

.uriParameterLabel {
    width: 100px;
    float: left;
    border: none;
}