
#tabs {
  border: 1px solid #c5c5c5;
  position: relative;
  padding: .2em;
  border-radius: 3px;
}

#oul {
  border-radius: 3px;
  line-height: 1.3;
  margin: 0;
  padding: .2em .2em 0;
}

#oul:after {
  clear: both;
}

#oul:after, #oul:before {
  display: table;
  content: "";
  border-collapse: collapse;
}

#tabs > ul > li {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  list-style: none;
  margin: 1px .2em 0 0;
  padding: 0;
  float: left;
  white-space: nowrap;
  position: relative;
  top: 0;
  left: 0;
  font-weight: normal;
  color: #454545;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  border-bottom-width: 0;
}

.activeLi {
  border: 1px solid #003eff !important;
  background: #007fff !important;
  font-weight: 400 !important;
  color: #fff !important;
  margin-bottom: -1px !important;
}

.activeLi a:hover, .activeLi > .li-a  {
  color: #fff
}

a:hover, a:link, a:visited, a:active, a:focus {
  color: #454545;
  text-decoration: none;
}