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

#states path, #state-centroids circle {
  fill: #ccc;
  stroke: #fff;
  stroke-width: 1.5px;
}

#state-centroids circle {
  fill: steelblue;
  fill-opacity: .8;
}
