body {
	margin: 25px 0;
}
.container{
  margin-top: 25px;
}
.response .body .content, .request .body .content {
    background-color: #f5f5f5;
    margin: 0;
    padding: 0 0 0 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-horizontal .control-label.with-button {
    padding-top: 0;
}

.form-horizontal .control-label.with-button .text{
    margin-top: 5px;
    line-height: 26px;
}

.form-horizontal .btn-small {
    padding: 3px 7px;
    vertical-align: top;
    margin-top: 0;
}

.post_body .CodeMirror-lines {
  background-color: white;
  width: 436px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nav-bar {
  font-size: 1.2em;
  margin-bottom: 15px;
}
