
#screen {
	visibility: hidden;
	font-family: "pixeled";
	color: white;
	background: rgba(0,0,0,0.3);
	text-align: center;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#backtomenu2 {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 5;
	font-size: 12px;
	padding: 4px;
}
#curr_time, #best_time {
	font-family: "pixeled";
	position: fixed;
	left: 20px;
	text-align: left;
	z-index: 5;
	color: white;
	font-size: 12px;
}
#curr_time {
	top: 60px;
}
#best_time {
	top: 100px;
}

.button {
	font-family: "pixeled";
	font-size: 20px;
	padding: 4px 10px;
	margin: 2px 7px;
	cursor: pointer;
}
#screen_dialog {
	font-size: 40px;
}
#screen_map_name {
	font-size: 28px;
	line-height: 28px;
}
#screen_map_about {
	font-size: 12px;
	text-transform: uppercase;
}

table {
	margin-left: auto;
	margin-right: auto;
}