html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 0;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
	height: 15px;
	font-size: 10px;
}

#map {
	position: absolute;
	top: 35px;
	height: 93%;
	width: 100%;
	z-index: 1; 
}

#wrapper {
	position: relative;
	height: 100%;
	z-index: 0;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	color: #000000;
	background-color: #d4e7ed;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
	z-index: 2;
}

.sidenav a:hover, .offcanvas a:focus{
	color: #f1f1f1;
	z-index: 2;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	z-index: 2;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}


.dist {
	float: left;
	width: 30px;
	font-size: 15px;
	color: #a9a9a9;
}
	
.date_box {
	float: left;
	width: 10px;
	font-size: 15px;
	color: #a9a9a9;
}

.r_trip {
	float: left;
	width: 100px;
	font-size: 15px;
	color: #a9a9a9;
}

.cw {
	float: left;
	width: 100px;
	font-size: 15px;
	color: #a9a9a9;
}

.submit_route {
	float: left;
	width: 100px;
	font-size: 15px;
	color: #a9a9a9;
}


