
h1 {
	padding-left: 20px;
	padding-bottom:20px;
	font-family: 'Gentium Book Basic', serif;
	font-size : 22px ;
	text-align: center ;
}
h4 {
	font-size : 20px ;
}
body {
	padding:0;
	margin:0;
	height: 90%;
}
.container {
	display: block ;
}
#map {
	position: relative;
	margin: auto;
	border-style: solid ;
	border-width: 1px;
	border-color: black;
	width: 900px ;
	height: 560px ;
}
#source {
	position: relative;
	margin: auto;
	width: 880px;
	height: 100px;
	padding: 15px ;
	font-family: 'Gentium Book Basic', serif;
	font-size : 15px ;
}
#space {
	width: 880px;
	height: 5px;
	padding: 15px ;
}
.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;
}
