.docs-section {
  font-size: 13px;
  margin-bottom: 40px;
}
.docs-section .row {
  margin-left: -15px;
  margin-right: -15px;
}
.docs-section .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.docs-section .page-header {
  padding: 20px !important;
  border-bottom: 1px solid #ebeef0 !important;
  margin: 0 -20px 40px;
}
.docs-section .sub-title {
  color: #999999;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  margin: 0 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #4275f4;
}
.docs-section .tags {
  display: block;
}
.example-type h1,
.example-type h2,
.example-type h3,
.example-type h4,
.example-type h5,
.example-type h6 {
  margin: 20px 0;
  font-weight: 100;
}
.example-buttons .btn,
.example-inputs .btn,
.example-buttons .form-control,
.example-inputs .form-control {
  box-shadow: none;
  width: 100%;
  margin-bottom: 20px;
}
.example-buttons ul,
.example-inputs ul {
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .example-buttons ul li,
  .example-inputs ul li {
    float: left;
    width: 30%;
    padding-right: 20px;
  }
}
.example-button .btn {
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .example-button .btn {
    width: 30%;
  }
}