.tabs {
  width: 100%;
  margin-bottom: 40px;
}
.tabs > ul {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  border-bottom: 2px #f2f2f2 dotted;
  height: 42px;
}
.tabs > ul > li {
  position: relative;
  float: left;
}
.tabs > ul > li > a {
  display: block;
  float: left;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  opacity: .6;
  text-decoration: none;
  border: 2px #fff dotted;
  border-bottom: 0;
}
.tabs > ul > li > a:hover {
  opacity: 1;
}
.tabs > ul > li > a.active {
  height: 42px;
  background: #fff;
  border: 2px #f2f2f2 dotted;
  border-bottom: 0;
  opacity: 1;
  font-weight: bold;
}
/*# sourceMappingURL=tabs.css.map */