body {
    padding: 0;
    margin: 0;
}
html, body, #map {
    height: 100%;
    width: 100vw;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.animated-icon{
  width: 20px;
  height: 20px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  box-shadow: 0px 0px 4px white;
  transition: all 1s;
}

.my-label {
    background: rgb(235, 235, 235);
	background: rgba(235, 235, 235, 0.81);
	background-clip: padding-box;
	border-color: #777;
	border-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	border-style: solid;
	border-width: 4px;
	color: #111;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	white-space: nowrap;
	z-index: 6;
}


.legend {
    color: black;
    font-size: 14px;
}

.legend span, .legend label {
    display: block;
    width: 40px;
    height: 13px;
    float: left;
    opacity: 1;
    text-align: center;
    font-size: 12px;
    color: black;

  }
  .legend .circle {
    display: inline-block;    
    border-radius: 100%;
    width: 20px;
    height: 20px;
  }


  #leg {
    display: inline-block;
}