body {
  font-family: sans-serif;
}

svg {
  margin: auto;
  display: block;
}

header {
  text-align: center;
}

#title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
}

.tooltip {
  opacity: 0;
  position: absolute;
  font-size: 0.9em;
  padding: 0.6em 1em;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  z-index: 10;
  pointer-events: none;
}

.tooltip:before {
  content: '';
}

.state-border {
  fill: none;
  stroke: white;
  stroke-linejoin: round;
  stroke-linecap: round;
}
