.tabs {
  list-style: none;
  overflow: hidden;
  background: inherit;
  margin: 0 0 0 0 !important;
}

.tabs li {
  float:left !important;
  margin: 0 1px 0 0 !important;
}

.tabs li a {
  text-decoration: none;
  line-height: 30px;
  display: block;
  outline: none;
  overflow: hidden;
  padding: 0 8px;
}

.tabs.featured li a {
  color: #316366;
  background: #e2ebeb;
}

.tabs.featured li a.active {
  background: #c3ebed;
}

.tabs.normal li a {
  color: #535353;
  background: #E5E5E5;
}

.tabs.normal li a.active {
  background: #eeeeee;
}

.tabs.informative li a {
  color: #4A683B;
  background: #E7FFD7;
}

.tabs.informative li a.active {
  background: #cffcc6;
}

