body {
  padding-bottom: 30px;
}

section#intro {
  padding-top: 25px;
}

#features {
  padding-top: 40px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.navbar-brand {
  color: white !important;
}

#content h1,
#content .h1 {
  font-size: 20px;
}

h1, .h1 {
  font-weight: bold;
}

h1.page-header {
  font-weight: normal;
}

h2, .h2 {
  font-weight: bold;
}

.btn-primary {
  background-color: #577632 !important;
  border-color: #573 !important;
}

.jumbotron {
  background-color: #f0ffb8 !important;
}

a {
  color: #573;
}

a:hover {
  color: #577632;
}

a[href^="/repos/kallithea/changeset/"],
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "DejaVu Sans Mono", "Courier New", monospace;
}

.navbar-kallithea {
  min-height: 44px;
  clear: both;
  background-color: #577632;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #577632, #577632);
  margin: 0px;
  padding: 0px;
  display: block;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  border-radius: 0px 0px 4px 4px;
  color: white;
}

.navbar-kallithea a {
  color: white;
}

.navbar-kallithea  li:hover,
.navbar-kallithea  li:focus,
.navbar-kallithea li.active {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%) repeat scroll 0% 0% transparent;
}

.navbar .container {
  padding-left: 10px;
}

.nav > li {
  height: 44px;
}

.nav > li > span {
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.nav > li > span,
.nav > li > a {
  padding-top: 12px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent !important;
}

.navbar img {
  float: left;
  padding-top: 5px;
  padding-right: 10px;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-header {
  float: right;
}
section#content {
  padding-left: 30px;
}

#content ol:last-child li {
    list-style: none;
    counter-increment: reference;
}

#content ol:last-child li p:before {
    content: "[" counter(reference) "] ";
}
