
.foldable-info-tabs > li {
  margin-bottom: .5rem;
}

.foldable-info-tabs > li > a:hover {
  background: #DDD;
  color: #222;
}

.foldable-info-tabs > li > a:before {
  font-family: 'EBI-Common';
  content: "\003f";
  margin-right: .5rem;
}

.foldable-info-tabs > li.is-active > a:before {
  content: "\0f11a";
}
