#us-map{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

path .no :hover {curser: none; stroke: none; }

path:hover, circle:hover {
  stroke: #002868 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #002868 !important;
  cursor: pointer;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
	top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #f4d432;
  padding: 5px;
  width:20em;
	margin: 20rem 15rem 5rem 10rem;
}

.no-link:hover, circle:hover {
  stroke: black !important;
  stroke-width:1px;
  stroke-linejoin: round;
  fill: white !important;
  cursor: none !important;
}
