path:hover {
  fill: #3f8685
}

#tooltip {
  text-align: center;
  position: absolute;
  width: 90px;
  height: 24px;
  padding: 2px;
  font: 10px Comfortaa;
  background: rgb(240,255,252);
  border: 0px;
  color: #0B132B;
  border-radius: 5px;
  pointer-events: none;
  opacity:0.9;
}

#tooltip.hidden {
  display: none
}

#tooltip p {
  margin: 0;
  font-family: Comfortaa;
  font-size: 12px;
  line-height: 20px
}
