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

.activearea:hover {
  stroke: #f49800 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #f49800 !important;
  cursor: pointer;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgba(0,0,0,0.75);
  border: 1px solid #fff;
  padding: 5px;
  font-family: arial;
  color: #fff;
}