.tab-content{
  display: none;
  background: #fff;
  margin-top: 30pt;
  font-size: inherit;
}
.tab-content.current{
  display: inherit;
}

ul.tabs {
  margin-left: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: none;
  display: inline-block;
  font-weight: bold;
  padding: 8px 10px;
  margin-right: 50px;
  cursor: pointer;
  font-size: 1em;
  background: #fff;
  //background: #f3f3f3;
  //border-radius: 6px;
}


ul.tabs li:hover{
    background: #fff;
    color: #333;
}

ul.tabs li.current{
  background: #fff;
  border-bottom: 3pt solid #000;
  font-weight: bold;
  color: black;
}
