
.tooltip {
  position: absolute;
  width: 190px;
  height: 80px;
  padding: 2px;
  padding-top: 8px;
  font: 12px sans-serif;
  font-weight: bold;
  color: #12536d;
  opacity: 0.3;
  text-align: center;
  background: #d3edf8;    
  border: 0;
  border-radius: 10px;
}


.labels {
  text-anchor: middle;
  color: #12536d;
  text-align: center;
  font-size: 11px;
  font-family: sans-serif;
  /*transition: fill 0.3s ease-in;*/
}

.xaxisText, .yaxisText {
  font-family: sans-serif;
  font-weight: bold;
  font: 20px;
  fill: #1e85ae;
  text-anchor: start;
  text-align: center;

}

.xactive, .yactive {
  font-weight: bold;
  fill: #000;
  fill: #1e85ae;
  transition: fill 0.3s ease-in;
  text-anchor: start;
  text-align: center;
}

.xinactive, .yinactive {
  font-weight: lighter;
  fill: skyblue;
  transition: fill 0.3s ease-in;
  text-anchor: start;
  text-align: center;
}

.xinactive:hover, .yinactive:hover {
  fill: #12536d;
  cursor: pointer;
}