.electorate {
    stroke: black;
    stroke-width: 3;
}

.electorateText {
    text-anchor:middle;
    font-family:sans-serif;
    font-size:11px;
    fill:white;
}

.d3-tip {
  line-height: 1.5;
  font-weight: normal;
  padding: 12px;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
}
/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none;
}