html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}
body {
  margin-bottom: 60px;
  padding-top: 50px;
}
a {
  cursor: pointer;
}
.navbar-default {
  background-color: #222;
  border-color: #000;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  padding-top: 20px;
}
.centered {
  text-align: center;
}
.content-container {
  padding-left: 15px;
  padding-right: 15px;
}
.list-link-active {
  /*226b10*/
  box-shadow: 0px 0px 3px 2px #e58700 inset;
}
.tab-content {
  padding-top: 15px;
}
.page-header:not(.page-header-side) {
  background-color: #b1bb9f;
  margin: 0 -15px 20px -15px;
  padding: 20px 15px;
}
.page-header-side {
  margin-top: 0;
  padding-top: 0.25em;
}
.version-number {
  margin-left: 15px;
  font-size: medium;
}
.list-badge {
  margin-left: 5px;
}
.search {
  width: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.search-results {
  position: absolute;
  width: 100%;
  max-height: 300px;
}
.button-well {
  cursor: pointer;
}
.button-well:hover {
  box-shadow: 0px 0px 3px 2px #e58700;
}
.button-well.feature {
  width: 676px;
}
.button-well.feature h3 {
  margin-top: 0;
}
.panel-default {
  border-color: #b1bb9f;
}
.panel-default .panel-heading {
  font-weight: 600;
  background-color: #e2e5db;
}
.list-group-item:not(.list-link-active) {
  border-color: #b1bb9f;
}
.list-group-item.list-link-active {
  border-color: #e58700;
}
.project-list-item {
  cursor: pointer;
}
.project-list-item:hover {
  text-decoration: underline;
}
