html { overflow-y: scroll; }

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.nav .breadcrumb {
  margin: 0 7px;
}
@media (min-width: 768px) {
  .nav .breadcrumb {
  float: left;
  margin: 7px 10px;
  }
}

.table-tight { width: 1%; }

.navbar-default {
  background-color: #012b12;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #619a71;
}


body {
  color: #215f32;
  background-color: #e2e4e2;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.075);
}
table tbody tr {
  border-color: rgba(0,0,0,.25);
  transition: background-color .2s linear;
}
table thead {
  border-bottom: solid 2px;
  border-bottom-color: rgba(0,0,0,.25);
}
body>.container,
body>.container-fluid {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,.025);
  margin-bottom: 2rem;
  padding: 3rem;
  overflow-x: hidden;
}

.btn-primary:hover {
  background-color: #012b12;
}

.btn-primary {
  background-color: #215f32;
}
