﻿.httpMethod {
    width: 20%;
}

.uriPath {
    width: 70%;
}

.sampleArea {
    width: 95%;
}


select {
    margin-top: 10px;
}

.panel {
    max-height: 120px;
    overflow: auto;
}

    .panel input {
        width: 150px;
    }

.uriParameterLabel {
    width: 100px;
    float: left;
    border: none;
}

#testClientButton {
    position: relative;
    right: 0;
    bottom: 0;
    /*width: 150px;*/
    background-color: #D4D4D4;
    background: linear-gradient(#F3F3F3, #D4D4D4);
    text-decoration: none;
    border: none;
    font-size: 17px;
    display: inline-block;
    cursor: pointer;
    /*height: 60px;*/
}

    #testClientButton:hover {
        background: black;
        color: white;
    }
