body {
	margin: 0;
	background-color: #f0f0f0;
	color: #444;
	font-family: Monospace;
	font-size: 14px;
	line-height: 24px;
	overscroll-behavior: none;
}

#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
}
