.pcac-d3-tooltip {
  position: absolute;
  text-align: center;
  font-size: 14px;
  padding: 0.5rem;
  pointer-events: none;
  display: none;
  background-color: rgba(52, 58, 64, 0.85);
  color: #fff;
  border-radius: 2px;
  z-index: 1000;
}

.pcac-grid-rule line {
  stroke: #e9ecef;
}

.pcac-x-axis path,
.pcac-x-axis line,
.pcac-y-axis path,
.pcac-y-axis line {
  stroke: none;
}