
	h1 {
	  padding-left: 20px;
	  padding-bottom:20px;
	  font-family: 'Lora 13px', serif;	  
	  font-size : 22px ;
	}
	body {
	  padding:0;
	  margin:0;
	  height: 90%;
	}
	 #map{
	  position: absolute;
	  top: 50px;
	  bottom: 0;
	  width: 100%;
	} 
	.container {
	    position: absolute;
	    font-size: 18px;
	    bottom: 8px;
	    left: 16px;
	}
	.legend {
	    line-height: 20px;
	    color: #555;
	    font-family: 'Lora', serif;
	}
	.legend i {
	    width: 20px;
	    height: 19px;
	    font-family: 'Lora', serif;
	    font-size: 16px ;
	    float: left;
	    margin-right: 20px;
	    opacity: 0.7;
	}
	.info {
	    padding: 6px 8px;
	    font-size: 16px ;
	    font-family: 'Lora', serif;
	    background: white;
	    background: rgba(255,255,255,0.8);
	    box-shadow: 0 0 5px rgba(0,0,0,0.2);
	    border-radius: 5px;
	}
	.info h4 {
	    margin: 0 0 10px;
	    color: #020105;
		font-family: 'Lora 13px', serif;	  
		font-size : 16px ;
	}