body {
	overflow-y: hidden;
	text-align: center;
	color: white;
}
#map {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
#msg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-weight: bold;
	font-size: 35px;
	color: white;
	text-align: center;
	z-index: 10000;
	height: 0px;
	transition: height 1s;
}
.jquery-modal {
	z-index: 15000;
}
.modal {
	max-width: 100vw;
	background-color: black;
	color: white;
	text-align: center;
}
.nvp {
	color: red;
	font-weight: bold;
	font-size: 40px;
}
#pass_tab {
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-collapse: collapse;
}
#pass_tab th, #pass_tab tr, #pass_tab td {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 3px;
}
#pass_tab th {
	background-color: rgba(200,200,200,0.4);
}
.skydir {
	color: #0058BF;
}
.time {
	font-weight: bold;
}
.tabheader {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 25px;
}
#ssf {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 50px;
	width: 300px;
	z-index: 10000;
	background-color: rgba(0,0,0,0.5);
	color: white;
	font-size: 30px;
	border: solid 2px white;
	border-top: none;
	border-right: none;
}