#map {
  border-right: 3px solid purple;
  height: 100%;
  width: 50%;
}

.state {
  fill: #c0c0c0;
  cursor: pointer;
  stroke: #fff;
}

.state.active {
    stroke: #c178c1;
    stroke-width: 7;
}

.label {
  pointer-events: none;
}