body { 
	margin:0; 
	padding:0; 
}

#map { 
	position:absolute; 
	top:0; 
	bottom:0; 
	width:100%; 
	height: 75%;
}
	

a:link {
	color: brown;
	text-decoration: none;
	}
	
a:hover {
	color: orange;
	text-decoration: none;
	}

.active {
	font-family: "Gill Sans", sans-serif;
	font-size: 11px;
	background-color: #ffda73;
	}

.bot {
	position: absolute;
	bottom: 0;
	height: 25%;
	width: 100%;
	overflow: scroll;
	}
	
.txt-title {
	font-family: "Gill Sans", sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-left: 20px;
	margin-bottom:  -10px;
	}

.txt-sm {
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-left: 20px;
	color: grey;
	}
	
.menu-box {
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 20px;
	}

.right-box {
	position: absolute;
	right: 0;
	width: 25%;
	height: 100%;
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-left: 20px;
	background-color: #eeeeee;
	}
	
.left-box {
	position: absolute;
	left: 0;
	width: 75%;
	height: 100%;
	}
	

.mapS {
	font-family: "Gill Sans", sans-serif;
	font-weight:bold;
	font-size: 16px;
	margin-left: 20px;
	}
	
.dataS {
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-left: 20px;
	}
	
.material-icons.md-18 { 
	font-size: 18px;
	}
	
.material-icons.md-12 { 
	font-size: 12px;
	}
	
.center {
	position: relative;
	bottom: 0;
	height: 30px;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
	text-align: center;
	}
	
.txt-right-title {
	font-family: "Gill Sans", sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	}
	
.txt-right-hd {
	font-family: "Gill Sans", sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	}
	
.txt-right {
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
 	margin-right: 10px;
	}


.footer {
	position: absolute;
	bottom: 5px;
	left: 20px;
	height: 30px;
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	}