.httpMethod {
    width: 20%;
}

.uriPath {
    width: 70%;
}

.sampleArea {
    width: 100%;
}

#testClientButton {
   position: fixed;
    left: 50px;
    top: 60px;
    width: 150px;
    font-size: large;
}

select {
    margin-top: 10px;
}

.panel {
    max-height: 120px;
    overflow: auto;
}

    .panel input {
        width: 150px;
    }

.uriParameterLabel {
    width: 100px;
    float: left;
    border: none;
}

.responseBodyDiv {
    width: 100%;

}

.responseBodyDiv textarea {
    width: 100%;  
    max-width: 1900px;  
}

.responseHeaderDiv textarea {
    width: 100%;      
    max-width: 1900px;  
}