#us-map{

  display: block;
  position: center;
  top: 1000;
  margin-left: 20px;
  width: 100%;
  height: 100%;
}
path:hover, circle:hover {
  stroke: transparent !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: rgba(255, 255, 255, 0.644) !important;
  cursor: pointer;
transition: ease-in-out .1s ;
box-shadow: pink 10px 10px;
}
#path67 {
  fill: none !important;
  stroke: green !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}

#PR {
  position: absolute;
  top: 450;
  left: 60%;
  width: 15%;
}