.links line {
  stroke: #999;
  stroke-opacity: 0.6;
}

.nodes circle {
  stroke: #fff;
  stroke-width: 1.5px;
}

text {
  font-family: sans-serif;
  font-size: 10px;
}

#svgContainer {
  margin-left:-20%;
}

svg {
  border: 2px solid lightskyblue;
  border-radius: 8px;
  margin-left: 20%;

}

#stateImage {
  max-width: 100%;
  height: auto;
}

.hidden {
  visibility: hidden;
}