div.console {
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    padding: 5px;
}
div.headers { display: none; }
.header-toggle { margin-left: 10px; font-size: 9px; }
.req-uri {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 3px;
    width: 800px;
    overflow: auto;
}
.run-button-container {
    float: right;
}
.run-button {
    width: 75px;
}
div.result {
    display: none;
    margin-top: 10px;
    background-color: #eee;
    padding: 5px;
}
pre.prettyprint {
    background-color: #eee;
    border: 0px;
    width: auto;
    padding: 0px;
}
.label-holder {
    padding-right: 10px;
    text-align: right;
    width: 160px;
    font-size: 12px;
}
.number-type, .date-type, .list-type, .string-type {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    width: 138px;
}
.parameter-select { width: 145px; }
