.d3-tip {
  line-height: 1;
  font-family: sans-serif;
  font-size: 12px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
  width: 200px;
}
