.tabbar {
  width: 100%;
  background-color: white;
  margin-bottom: 15px;
}

.tabbar > ul {
  list-style: none;
  width: 100%;
  height: 55px;
  padding: 0 9px;
  margin: 0;
  display: flex;
}

.tabbar a {
  flex: 1;
  max-width: 87px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 7px;
}

.tabbar .activated {
  border-bottom: 4px solid #646464;
  text-decoration: none;
}

.tabbar a:active {
  border-bottom: 4px solid #646464;
  text-decoration: none;
}

.tabbar li {
  /* flex: 1; */
  /* max-width: 87px; */
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  line-height: 4;
  font-size: 14px;
  font-weight: 300;
  color: #5d6166;

  cursor: pointer;
}

/* .tabbar li:hover,
.tabbar li.activated {
  border-bottom: 4px solid #646464;
}

.tabbar a,
.tabbar a:active {
  color: black;
  text-decoration: none;
  border: none;
  outline: none;
} */
