#progressDivTest {
  padding: 5px;
}

.httpMethod {
  width: 20%;
}

.uriPath {
  width: 70%;
}

pre {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sampleArea {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.boxsizingBorder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#testClientButton {
  position: fixed;
  left: 50px;
  top: 200px;
  width: 150px;
  font-size: large;
}

select {
  margin-top: 10px;
}

.panel {
  max-height: 120px;
  overflow: auto;
}

  .panel input {
    width: 150px;
  }

.uriParameterLabel {
  width: 100px;
  float: left;
  border: none;
}

.responseBodyDiv {
  width: 100%;
}


  .responseBodyDiv textarea {
    width: 100%;
    max-width: 1900px;
  }

.responseHeaderDiv textarea {
  width: 100%;
  max-width: 1900px;
}
