body { margin:0; padding:0;}
/* #map { position: absolute; top:15%; bottom:2.1%; right:42%; left:2%;} */
#map { position: absolute; top:0%; bottom:0%; right:0%; left:10%;}
 .legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 14px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 15px;
  height: 15px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 15px;
  background-color: rgba(255, 255, 255, 1);
}


	
	.css-icon {

	}

	.gps_ring {	
		border: 1px solid rgb(255, 0, 0);
		 -webkit-border-radius: 30px;
		 height: 18px;
		 width: 18px;		
	    -webkit-animation: pulsate 2s ease-out;
	    -webkit-animation-iteration-count: 1; 
	    opacity: 0.0
	}
	
	@-webkit-keyframes pulsate {
		    0% {-webkit-transform: scale(14, 14); opacity: 0.0;}
		    50% {opacity: 1.0;}
		    100% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	}


    html {
        box-sizing: border-box;
      }
      
      *, *:before, *:after {
        box-sizing: inherit;
      }

    
    /* Create two equal columns that floats next to each other */
    .column {
      float: left;
      width: 50%;
      margin-top:5.6%;
      padding: 10px;
      height: 100%;
    }
    
    /* Clear floats after the columns */
    .row:after {
      content: "";
      display: table;
      clear: both;
      height: 100%;
    }

    .top-banner {
        margin-bottom: 3.125%;
        margin-top: 0%;
        text-align: center;
        vertical-align: text-top;
        position: fixed;
        width: 100%;
        /* background-color: #8a8585; */
        /* background-image: url("https://image.shutterstock.com/image-photo/blaze-fire-flame-texture-background-260nw-118546756.jpg");
        background-size: cover;
        background-repeat: no-repeat; */
        border-top: 1px double;
    }
