a {
  text-decoration: none;
  color: #999;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

.tero-a-b-separator .giu-icon.fa-caret-left {
  margin-right: -3px;
}

.tero-a-b-separator .giu-icon.fa-caret-right {
  margin-left: -3px;
}

.tero-one-finger-zoom-message {
  opacity: 0.8;
}

input[type='checkbox'] {
  margin-right: 0.5ex;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

/* ------------------------- */
/* Charts
/* ------------------------- */
.ei-chart text {
  fill: rgb(51, 51, 51);
  font-size: 0.7rem;
}
.ei-chart path.domain {
  display: none;
}
.ei-chart g.tick {
  font-family: Futura, Helvetica, sans-serif;
  font-size: 0.7rem;
}
.ei-chart g.axis-x line {
  stroke: rgb(119, 119, 119);
}
.ei-chart g.axis-y line {
  stroke: rgb(221, 221, 221);
}
.ei-chart rect.click-area {
  fill: transparent;
}
.ei-chart circle.dot {
  stroke: white;
  stroke-width: 1.5;
}

.unbreakable-term {
  white-space: nowrap;
}
