.footer {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.navbar-default .navbar-nav > li.active > a {
  color: #000;
  border-bottom: 2px solid #000;
}
.navbar-default .navbar-nav > li > a {
  background: transparent !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #222 !important;
  background: transparent !important;
}
.navbar-brand {
  font-weight: 900;
  padding: 0px;
  line-height: 50px;
  height: 50px;
}
div.news-info {
  margin-bottom: 5px;
}
.status-failed {
  background-color: #fff4e3;
}
.status-syncing {
  background-color: #e3efff;
}
.status-unknown {
  background-color: #959595;
}
