.docs-section {
  font-size: 14px;
  margin-top: 40px;
}
.docs-section .row {
  margin-left: -10px;
  margin-right: -10px;
}
.docs-section .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.docs-section .page-header h1 {
  color: #222222;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.docs-section .sub-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 20px;
}
.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%;
  }
}
.example-navigation .nav.nav-pills {
  border: 1px solid #ebebeb;
}