* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
html {
	height:100%;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
body {
	background:#000;
	color:#ccc;
	font-family:"Courier New", Courier, monospace;
	height:100%;
	min-height:400px;
	min-width:720px;
	margin:0;
}
a {
	background:transparent;
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
a:active, a:hover {
	outline:0;
}
a:hover {
	color:#ccc;
}
canvas {
	display:inline-block;
	vertical-align:baseline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
td, th {
	padding:0;
	width:50%;
}
th {
	font-weight:800;
	text-align:right;
	padding-right:8px;
}
td {
	text-align:left;
	padding-left:8px;
}
.label {
	cursor:default;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
#holder {
	text-align:center;
	height:50%;
}
#wrapper {
	text-align:center;
	position:relative;
	top:-40px;
	margin:0 auto;
}
#title {
	font-size:100px;
	font-weight:800;
	height:80px;
	width:600px;
}
#top-panel,#sub-panel {
	text-align:center;
	width:100%;
	margin:0 auto;
}
