h1 {
  border-bottom: 1px solid #006cb5;
}

#toc {
  background: #eee;
  padding: 1em;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border-collapse: separate;
}

#toc h2 {
  margin-top: 0;
}

#toc li {
  list-style-type: none;
}

.row + .row, .row {
  margin-top: 0;
}

#catlinks {
  background: #eee;
  padding: 1em;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

#catlinks > div > a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  border-bottom: 0;
  font-weight: bold;
  color: #006cb5;
}

.navbar form {
  padding-top: 8px !important;
}

.search-types, .mw-search-createlink {
  display: none;
}

.mw-code {
  background: #eee;
  padding: 1em;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  margin-bottom: 10px;
}

ul, ol, #contentSub {
  margin-bottom: 10px !important;
}

ul.nav {
  margin-bottom: 0 !important;
}
