
	h1 {
	  padding-left: 20px;
	  padding-bottom:20px;
	  font-family: 'Gentium Book Basic', serif;	  
	  font-size : 22px ;
	}
	h4 {  
	  font-size : 20px ;
	}
	body {
	  padding:0;
	  margin:0;
	  height: 90%;
	}
	 #map{
	  position: absolute;
	  top: 50px;
	  bottom: 0;
	  width: 100%;
	} 

	.legend {
	    line-height: 20px;
	    color: #555;
	    font-size: 18px ;
	    font-family: 'Gentium Book Basic', serif;
	}
	.legend i {
	    width: 20px;
	    height: 20px;
	    font-size: 18px ;
	    font-family: 'Gentium Book Basic', serif;
	    float: left;
	    margin-right: 20px;
	    opacity: 0.7;
	}

	.info {
	    padding: 6px 8px;
	    font-size: 18px ;
	    font-family: 'Gentium Book Basic', serif;
	    background: white;
	    background: rgba(255,255,255,0.8);
	    box-shadow: 0 0 5px rgba(0,0,0,0.2);
	    border-radius: 5px;
	}