@font-face {
	font-family: matrix-code;
	src: url(font/matrix-code.eot?#iefix) format("embedded-opentype"), url(font/matrix-code.woff) format("woff"), url(font/matrix-code.ttf) format("truetype"), url(font/matrix-code.svg#svgFontName) format("svg");
}

html {
	font: 12px/14px "Carrois Gothic", sans-serif;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: rgb(255, 255, 255);
	overflow: hidden;
	font-size-adjust: none;
	font-stretch: normal;
	-ms-user-select: none;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

body {
	font: 12px/14px "Carrois Gothic", sans-serif;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: rgb(255, 255, 255);
	overflow: hidden;
	font-size-adjust: none;
	font-stretch: normal;
	-ms-user-select: none;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

body {
	background: black;
}

#stats {
	z-index: 100;
}

#info {
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 20px 20px;
	transform-origin: center bottom;
	transition: transform 0.5s ease-in-out;
	left: 0px;
	width: 250px;
	bottom: 0px;
	position: fixed;
	z-index: 100;
	transform: rotate(0deg);
	-webkit-transform-origin: bottom center;
	-moz-transform-origin: bottom center;
	-o-transform-origin: bottom center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
}

.closed#info {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.toggle-info {
	background: rgba(0, 0, 0, 0.8);
	padding: 3px 0px 7px;
	left: 0px;
	width: 290px;
	height: 10px;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	position: absolute;
	text-shadow: none;
}

.toggle-info:hover {
	background: black;
}

#close {
	top: -20px;
}

#open {
	bottom: -20px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

button {
	background: rgba(255, 255, 255, 0.2);
	padding: 7px 10px;
	border-radius: 2px;
	border: 0px currentColor;
	border-image: none;
	color: rgb(255, 255, 255);
	cursor: pointer;
	box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.3);
}

button:hover {
	background: rgba(255, 255, 255, 0.1);
}

p a {
	color: rgb(255, 255, 255);
}

p a:hover {
	color: rgb(239, 253, 235);
	text-shadow: 0px 0px 5px #75ad61;
}