.interactiveMap {
  width:100%; 
  margin:0 auto;
  padding:0px 0px;
}

#us-map{
  display: block;
  width: 100%;
  height: auto;
}
path.include:hover, circle:hover {
  stroke: #F9F9F9 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #BF0000 !important;
  cursor: pointer;
}
#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}
#info-box {
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  color:#000;
  padding: 7px 15px 15px;
  border-radius: 6px;
  background-image: url('../png/tooltip.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}