.docs-section {
  margin-bottom: 38px;
}
.docs-section .page-header {
  margin-bottom: 19px;
}
.docs-section .page-header h1 {
  font-size: 45px;
}
.example-type h1,
.example-type h2,
.example-type h3,
.example-type h4,
.example-type h5,
.example-type h6 {
  margin: 19px 0;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #444444;
  color: #fff;
  margin-bottom: 19px;
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #003869;
}
.example-colors .color-brand-secondary {
  background: #c4ce00;
}
.example-colors .color-brand-success {
  background: #3e9b52;
}
.example-colors .color-brand-danger {
  background: #cc0000;
}
.example-colors .color-brand-warning {
  background: #ff8800;
}
.example-colors .color-brand-info {
  background: #9ccaf1;
}
.example-colors .color-gray-darker {
  background: #222222;
}
.example-colors .color-gray-dark {
  background: #444444;
}
.example-colors .color-gray {
  background: #666666;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #444444;
}
.example-colors .color-gray-lighter {
  background: #003869;
  color: #444444;
}
.example-colors .color-gray-lightest {
  background: #5aa6e7;
  color: #444444;
}
.example-buttons .btn,
.example-inputs .btn,
.example-buttons .form-control,
.example-inputs .form-control {
  width: 100%;
  margin-bottom: 19px;
}