.act_state {
	stroke: #ffffff;
}
.act_state:hover {
  stroke: #002868;
  stroke-width:2px;
  stroke-linejoin: round;
  opacity: 0.8;
  cursor: pointer;
}
#us_map {
  
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text {
	
	text-align: center;
	text-decoration: underline;
}

.capt {
	
	background-color: black; color: white;
}

#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;
}
