.nav-tabs {
  background: url(/templates/nebula/less/images/divider.png) repeat-x left top;
  background-position: left bottom;
  padding-bottom: 30px !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-tabs li a {
  background: #a63749;
  border: 0 !important;
  color: #fff;
}
.nav-tabs li a:hover {
  background: #1f6072;
}
.nav-tabs li.active a {
  background: #1f6072;
  color: #fff;
}
.nav-tabs li a.active {
  background: #1f6072;
  color: #fff;
}
.tab-content {
  padding-top: 0 !important;
  margin: 0;
}