* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.tabs {
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

ul.primary {
  margin: 0;
  padding: 0;
  border: 0;
  border: 1px solid #999;
  border-radius: 20px;
  display: inline-block;
  width: auto;
  font-size: 0px;
}
ul.primary li {
  display: inline-block;
  border-right: 1px solid #999;
  font-size: 14px;
}
ul.primary li:first-child a {
  border-radius: 20px 0 0 20px;
  padding-left: 8px;
}
ul.primary li:last-child {
  border-right: 0;
}
ul.primary li:last-child a {
  border-radius: 0 20px 20px 0;
}
ul.primary li.active {
  border-right-color: #222;
}
ul.primary li a {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-width: 0;
  font-weight: normal;
  text-decoration: none;
  color: #777777;
  background: none;
  border: 0 !important;
}
ul.primary li a.active {
  background: #222;
  color: #fff;
  font-weight: 500;
}
ul.primary li a.active:hover {
  background: #222;
  color: #fff;
}
ul.primary li a:hover {
  border-width: 0;
  background: transparent;
  color: #222;
}
ul.primary li a .tab {
  display: block;
  margin: 0;
  padding: 8px 20px 5px 16px;
  border-width: 0;
  background: none;
}

ul.secondary {
  margin: 0;
  padding: 0 0 0 5px;
  border-bottom: 1px solid silver;
  list-style: none;
  white-space: nowrap;
}
ul.secondary li {
  float: left;
  margin: 0;
  border-right: none;
}
ul.secondary a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #777777;
}
ul.secondary a .active, ul.secondary a .active:hover {
  color: black;
}
ul.secondary a .tab {
  display: block;
  height: 18px;
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

/*# sourceMappingURL=tabs.css.map */
