@charset "UTF-8";
/* CSS Document */



path:hover, circle:hover {
  stroke: #FF671B !important;
  stroke-width:7px;
  stroke-linejoin: round;
  fill: #FF671B !important;
  cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #FF671B;
  border-radius: 5px;
  padding: 5px;
  font-family: verdana;
  opacity: 0.15;
}