.quicktabs-wrapper {
  position: relative;
  margin: 20px auto;
}

ul.quicktabs-tabs {
  text-align: center;
}

ul.quicktabs-tabs:after {
  background: #000000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 1;
}

ul.quicktabs-tabs li {
  padding: 0 0 0 11px;
  background: white;
  z-index: 2;
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  background: white;
  font-family: "Brandon", sans-serif;
}
  ul.quicktabs-tabs li:last-child {
    padding-right: 11px;
  }

  ul.quicktabs-tabs li a:before {
    content: '•';
    font-weight: 700;
    font-family: Tahoma;
    margin-right: 8px;
  }
  ul.quicktabs-tabs li a:link {
    color: #999;
  }
    ul.quicktabs-tabs li.active a:link,
    ul.quicktabs-tabs li.active a:hover {
      color: black;
    }
