/* Fonts */
.tabs a {
  background-color: #FAFAFA;
  text-decoration: none;
  font-size: 0.9em;
  color: #1E415F;
}
.tabs a:hover {
  background-color: #e1e1e1;
}

.tabs a.is-active {
  background-color: #047AAB;
  border: 1px solid #FAFAFA;
  color: #FAFAFA;
}
