.bar text.value {
  fill: white;
}

.axis {
  shape-rendering: crispEdges;
}

.axis path {
  fill: none;
}

.x.axis line {
  stroke: #fff;
  stroke-opacity: 0.8;
}

.y.axis path {
  stroke: black;
}

.point-label {
  pointer-events: none;
}

.dr-point.unhighlighted,
.point-label.unhighlighted,
.point-container.unhighlighted {
  fill-opacity: 0.1 !important;
}

#d3Tooltip {
  background-color: rgba(255, 255, 255, 0.90);
  color: #000000;
  border-radius: 4px;
  box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  display: none;
  border: 1px solid black;
  padding: 5px;
  z-index: 2;
}