.graph-nav-info {
  bottom: 5px;
  width: 100%;
  text-align: center;
  color: slategrey;
  opacity: 0.7;
  font-size: 10px;
}

.graph-info-msg {
  top: 50%;
  width: 100%;
  text-align: center;
  color: lavender;
  opacity: 0.7;
  font-size: 22px;
}

.graph-tooltip {
  color: lavender;
  font-size: 18px;
}

.graph-info-msg, .graph-nav-info, .graph-tooltip {
  position: absolute;
  font-family: Sans-serif;
}