.tabber {
  position: relative;
  display: flex;
  margin: 20px auto 0px auto;
  width: 100%;
  list-style-type: none;
}
.tabber li.year-selector {
  margin-left: 0px;
  padding: 10px 20px;
  color: white;
  opacity: 0.6;
  cursor: pointer;
  font-family: "carton-six";
  font-size: 48px;
}
.tabber li.year-selector:hover {
  opacity: 1;
}
.tabber li.year-selector.active {
  font-family: "carton-six";
  background-color: #5B1633;
  opacity: 1;
}

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