html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.httpMethod {
    width: 20%;
    
}

.uriPath {
    width: 90%;
}

.sampleArea {
    width: 95%;    
}

#testClientButton {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 120px;
    font-size: small;
    font-family: sans-serif;
}

select {
    margin-top: 10px;
}

.panel {
    max-height: 120px;
    overflow: auto;
    
}

    .panel input {
        width: 150px;
    }

.uriParameterLabel {
    width: 100px;
    float: left;
    border: none;
    
}
