.httpMethod {
    width: 20%;
    font-size: 0.9em !important;
    margin-bottom: 10px;
}

.uriPath {
    width: 70%;
    font-size: 0.9em !important;
}

.sampleArea {
    width: 95%;
}

#testClientDialog select {
    font-size: 0.9em !important;
    margin-bottom: 10px;
}

#testClientButton {
    right: 0;
    bottom: 0;
    width: 150px;
    font-size:  1.2em !important;
    padding: 10px 0;
}

select {
    margin-top: 10px;
}

.panel {
    max-height: 120px;
    overflow: auto;
}

    .panel input {
        width: 150px;
        font-size: 0.9em !important;
        margin-bottom: 5px;
    }

.uriParameterLabel {
    width: 100px;
    float: left;
    border: none;
}