html, body{padding:0; margin:0;width:100%;height:100%;}

/* width */
::-webkit-scrollbar {width: 10px;}
/* Track */
::-webkit-scrollbar-track {background: #f1f1f1;}
/* Handle */
::-webkit-scrollbar-thumb {background: #888;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #555;}

#timetable{position:fixed;top:10px;left:50px;z-index:10;overflow:hidden;width:600px;height:600px;display:none;font-size: 12px;}
#mapwrap{position:relative;overflow:hidden;width:100%;height:100%;}
.timetables{position:relative;overflow:auto;width:50%;height:100%;float:left;background-color:white;}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 99999;
	font-size: 12px;
}

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

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closeNav {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.open {
	width:30%;
	min-width:375px;
}

@media screen and (max-width: 720px) {
	.open {width:100%; }
}

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



table {border-collapse: collapse;text-align: center;line-height: 1.4;border-left: 1px solid #ccc;margin: 5px;width:95%;}
table thead th {padding: 5px;font-weight: bold;border-top: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 2px solid #c00;background: #dcdcd1;}
table td {padding: 5px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}