﻿.httpMethod {
    display: none;
    width: 20%;
}

.uriPath {
    width: 100%;
    display: none;
}

.sampleArea {
    width: 100% !important;
    max-width: 2500px !important;
    font-family: sans-serif !important;
    font-size: 13px !important;
}

#responseHeaders {
    font-size: 13px;
}

#testClientButton {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 150px;
    font-size: x-large;
}

select {
    margin-top: 10px;
}

.panel {
    max-height: 120px;
    overflow: auto;
}

    .panel input {
        width: 150px;
    }

.uriParameterLabel {
    width: 100px;
    float: left;
    border: none;
}

#tabstrip {
    width: 100%;
    height: 100%;
    margin: 30px auto;
}

.panelApi {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.ui-widget-header {
    background: #00497E;
    border: 1px solid #00497E;
}

#testClientResponseDialog, #testClientStringifiedBodyDialog {
    font-family: sans-serif !important;
}
