html, body {
	height: 100%;
	margin: 0;
}

h1, h2, h3 {
	font-family: 'Squada One', cursive;
	font-weight: normal;
}

h2 {
	font-size:36px;
	padding: 0;
	margin: 0;
}

.wrapper {
	margin-top: 20px;
	width: 100%;
	height: 85%;
	text-align: center;
}

.header {
	padding: 30px;
}

.stats {
	display: none;
	float: right;
	margin-top: 20px;
}

.stats ul {
	list-style-type:circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333333;
}

.stats li {
	padding: 10px 0 10px 0;
}

.stats .comment {
	font-size:12px;
	color:#999999;
}