.tabber .tab {
  display: none;
  padding-top: 2rem;
}
.tabber .tab.active {
  display: block;
}
.tabber .tabs {
  position: relative;
}
.tabber .tabs .tab-line {
  height: 100%;
  border-bottom: 1px solid #dfdfdf;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 99%;
}
.tabber .tabs a {
  display: inline-block;
  color: #288cb6;
  padding: 8px 12px;
  border-radius: 4px 4px 0 0;
  position: relative;
  margin-right: 4px;
}
.tabber .tabs a:hover {
  text-decoration: none;
  background-color: #288cb6;
  color: white;
}
.tabber .tabs a.active {
  border: 1px solid #222;
  border-bottom: none;
  margin-bottom: 1px;
  color: white;
  cursor: default;
  background-color: #288cb6;
}
/** test **/
/*# sourceMappingURL=tabber.css.map */