@import url('https://fonts.googleapis.com/css?family=Tinos');

#map{
  font-family: "Tinos", sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

path:hover, circle:hover {
  font-family: "Tinos", sans-serif;
  stroke: #002868 !important;
  stroke-width:0.3px;
  stroke-linejoin: round;
  fill: #99CBFD !important;
  cursor: pointer;
}

#info-box {
  font-family: "Tinos", sans-serif;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #ffffff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}


svg {
    width: 98%; 
	height: auto;
}

svg g {
    cursor: pointer;
}