nav.tabs {
  margin: 0.5em 0 1em;
}

ul.tabs {
  border-bottom: 1px solid #ccc;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */
  border: 1px solid #ccc;
  border-bottom: 0;
}

[dir="rtl"] .tabs > li {
  margin-right: 0;
  margin-left: 0.3em;
}

.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
  background-color: #eee;
}

.tabs a.is-active {
  background-color: #fff;
  /* border-bottom: 2px solid #eee; */
  position: relative;
  top: 1px;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
}

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