@import url("global.css");
@import url("search.css");
body #content {
  min-height: 500px;
}
body #content h2:first-child {
  margin-top: 5px;
}
body #content h2 {
  margin-top: 35px;
}
body #content h3 {
  margin-top: 35px;
}
body #content .col-md-3 h3 {
  margin-top: 0;
}
body #content .col-md-3 textarea {
  min-height: 175px;
}
body #content .col-md-9 {
  border-right: 1px solid #f0f0f0;
}
body pre,
body pre * {
  font-family: 'Inconsolata', Courier, sans-serif;
  font-size: 1.5rem;
}
body code {
  font-family: 'Inconsolata', Courier, sans-serif;
}
body ol.breadcrumb {
  background-color: #fff;
  padding: 0;
}
body ol.breadcrumb li {
  color: #aaa !important;
  font-size: 13px;
  text-transform: uppercase;
}
body .table td:first-child {
  width: 5% !important;
  padding-left: 10px;
}
body pre.prettyprint ol {
  margin-left: 0;
  padding-left: 35px;
}
#doc-container .sidebar {
  display: none;
}
body aside {
  background-color: #f9f9f9;
  padding: 10px;
}
body aside h2 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 -10px 15px -10px;
  padding: 5px 5px 5px 15px;
  color: #fff;
  background-color: #ccc;
}
body aside h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 5px 0;
  padding: 0 5px;
}
body aside p {
  font-size: 14px;
  line-height: 25px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px 0;
  padding: 0 5px 10px 5px;
  color: #aaa;
}
body aside p.no-border {
  border-bottom: 0;
}
body aside p:last-child {
  border-bottom: 0;
}
body .follow-up {
  margin: 25px 20px !important;
}
body footer {
  margin-top: 0;
}
body .table-bordered,
body .table-bordered tbody td,
body .table-bordered thead th {
  border: none;
  background-color: #fff !important;
  padding-left: 0;
}
body .table-bordered thead th {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: normal;
  color: #aaa;
  font-size: 14px;
}
body .table-bordered tbody td {
  border-bottom: 1px solid #f0f0f0;
}
body .table-bordered tbody tr:last-child td {
  border-bottom: none !important;
}
body .o-image img {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
@media (min-width: 768px) {
  #doc-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #doc-container .sidebar {
    display: block;
    padding-right: 20px;
  }
}
