html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: sans-serif;
}

svg {
  width: 100%;
  height: 100%;
}

rect {
  stroke: #fff;
  stroke-width: 0.5px;
  vector-effect: non-scaling-stroke;
}

text {
  pointer-events: none;
}

.region {
  stroke: #333;
  shape-rendering: crispEdges;
  vector-effect: non-scaling-stroke;
}

.legend_item {
  font-size: 12px;
}
