html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 12pt/1.2 Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #80c0ff;
	background-image: -moz-linear-gradient(left, #80c0ff 0%, #80ffff 100%);
	background-image: -webkit-linear-gradient(left, #80c0ff 0%, #80ffff 100%);
	background-image: -o-linear-gradient(left, #80c0ff 0%, #80ffff 100%);
	background-image: linear-gradient(to right, #80c0ff 0%, #80ffff 100%);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #00f;
}
p {
	margin: 1em 0;
}
p:first-of-type {
	margin-top: 0;
}
p:last-of-type {
	margin-bottom: 0;
}
li {
	font-size: 10pt;
}
div.top {
	min-height: 100%;
	margin-bottom: -95px; /* sum of footer height */
	position: relative;
	z-index: 100;
}
div.header, div.footer {
	height: 61px;
	margin-bottom: 5px;
	padding: 20px;
	background-image: -webkit-repeating-linear-gradient(315deg, rgba(0, 0, 0, 0.2), rgba(32, 32, 32, 0.2) 8px, rgba(0, 0, 0, 0.2) 16px);
	background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(32, 32, 32, 0.2) 8px, rgba(0, 0, 0, 0.2) 16px);
	text-align: center;
	/* border-bottom: solid 1px rgba(128, 128, 128, 0.7);
	box-shadow: 0px 3px 2px rgba(128, 128, 128, 0.7); */
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
div.name {
	font-size: 24pt;
	font-weight: bold;
	text-shadow: -1px -1px 0px #fff, 0px -1px 0px #fff, 1px -1px 0px #fff, -1px 0px 0px #fff, 1px 0px 0px #fff, -1px 1px 0px #fff, 0px 1px 0px #fff, 1px 1px 0px #fff;
}
div.title {
	font-size: 14pt;
}
div.content {
	width: 600px;
	min-height: 100%;
	margin: 1em auto;
	padding: 1em;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 1em;
	/* box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.7), inset 0px -3px 2px rgba(0, 0, 0, 0.7), 0px 0px 2px 3px rgba(0, 0, 0, 0.3); */
	text-align: justify;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
div.footerspace {
	height: 95px; /* sum of footer height */
}
div.footer {
	height: 49px;
	margin: 5px 0 0 0;
	font-size: 10pt;
	border-bottom-width: 0px;
	/* border-top: solid 1px rgba(128, 128, 128, 0.7);
	box-shadow: 0px -3px 2px rgba(128, 128, 128, 0.7); */
	position: relative;
	z-index: 100;
}
table#game {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: transparent;
	border-spacing: 4px;
	border-collapse: separate;
	empty-cells: show;
}
table#game td {
	width: 28px;
	height: 28px;
	border: none;
	padding: 0px;
	border-radius: 10px;
	background-color: rgba(0, 255, 0, 0.1);
	box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
}
