

.dropdown-menu {
  max-height: 100px;
  overflow-y: auto;
}

@media (min-height: 400px) {
    .dropdown-menu {
      max-height: 200px;
      overflow-y: auto;
    }
}
@media (min-height: 800px) {
    .dropdown-menu {
      max-height: 400px;
      overflow-y: auto;
    }
}

.nav-pills > li.show > a:focus,
.nav-pills > li.show > a:not(:focus) {
  background-color: transparent !important;
  color: #085;
}

td {
  padding: 4px;
}

.highlight pre {
  font-size: 16px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0.2em;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

hr {
  width: 100%;
}

h2 {
    margin-top: -50px;
    padding-top: 70px;
}

h3 {
    margin-top: -50px;
    padding-top: 70px;
}
