::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.httpMethod {
    width: 20%;
}

.uriPath {
    width: 70%;
}

.sampleArea {
    width: 100%;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 14px #a1a1a1 inset;
    padding: 20px;
    outline: none;
    resize: none;
}

#testClientButton {
    position: fixed;
    right: 0;
    top: 0;
    width: 150px;
    font-size: x-large;
    /* position: absolute; */
    z-index: 9999999;
    color: #fff;
    background: transparent;
    border: none;
    font-size: 15px;
    line-height: 50px;
    background: #333333;
    padding: 0;
    cursor: pointer;
    font-weight: bolder;
}

select {
    margin-top: 10px;
}

.panel {
    overflow: auto;
    border: solid 1px #ccc;
    border-radius: 0 4px 4px 4px;
    padding: 15px;
}

    .panel input {
        width: 150px;
    }

.uriParameterLabel {
    width: 100px;
    float: left;
    border: none;
}
