/* Move down content because we have a fixed navbar that is 50px tall */
body {
 /* removed because of the white space at top
  padding-top: 50px;*/
  padding-bottom: 20px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #dc0010;
  border-color: #dc0010;
  background-image: initial;
}

.navbar-inverse {
  background-color: #dc0010;
  border-color: #dc0010;
  background-image: initial;
}

.navbar-inverse .navbar-brand {
  color: white;
}

nav.left {
  padding-top: 1.5em
}

.table-responsive {
  border:none!important;
}