#us-map{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}
path:hover, circle:hover {
  stroke: #575757 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #ffffff !important;
  cursor: inherit;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #d8d8d8;
  border: 2px solid rgb(71, 71, 71);
  border-radius: 5px;
  padding: 5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
