responses-list, params-list {
  display: block;
}

h2 {
  font-size: 25px;
  font-weight: 200;
  color: #666;
}

h3 {
  margin: 0;
  font-weight: 200;
}

h3 > span {
  padding: 5px 10px;
  vertical-align: middle;
}

span.path {
  font-family: monospace;
  font-weight: bold;
}

.method-tags {
  margin-top: 10px;
  color: #666;
  font-weight: bold;
}

.method-tags a {
  color: #666;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  font-style: italic;
}

.content, .samples {
  display: block;
  box-sizing: border-box;
  float: left;
}

.content {
  width: 60%;
  padding: 0 20px;
}

.samples {
  color: white;
  width: 40%;
  padding: 10px 20px;
}

responses-samples {
  display: block;
}

.samples header {
  font-size: 20px;
  margin: 5px 0;
}

.samples schema-sample {
  display: block;
  padding: 5px;
  background-color: rgb(18, 20, 39);
}

.method:after {
  content: "";
  display: table;
  clear:both;
}

.method-description {
  padding: 30px 0;
}

.http-method {
  font-size: 13px;
  color: white;
  background-color: #1976D3;
  border-radius: 0 10px 10px 0;
  font-weight: bold;
}

.http-method.delete {
  background-color: red;
}

.http-method.post {
  background-color: green;
}

.http-method.patch {
  background-color: orange;
}

.http-method.put {
  background-color: crimson;
}

.http-method.options {
  background-color: black;
}

.http-method.head {
  background-color: darkkhaki;
}