body {
	color: #0f1419;
	font: 20px 'RobotoRegular', Arial, sans-serif;
	font-weight: 100;
	height: 100%;
	margin: 0px;
}

h1, h2 {
	font-weight: 100;
}

img {
	width: 176px;
	margin: 36px auto 36px auto;
	display: block;
}

div.check {
	display: table;
	font: 12px 'RobotoRegular', Arial, sans-serif;
	margin: 12px auto 12px auto;
	padding: 0px 0px 0px 0px;
}

div.info {
	background: #e8eaec;
	border: 1px dashed black;
	border-radius: 10px;
	display: table;
	margin: 0px auto auto auto;
	padding: 20px 20px 20px 20px;
}

div.info p {
	display: table-row;
	margin: 5px auto auto auto;
}

div.info p span {
	display: table-cell;
	padding: 10px;
}

div.smaller p span {
	color: #3d5266;
}

#center {
	font: 12px Courier;
	margin: 0 auto;
	width: 400px;
}

#footer {
	bottom: 36px;
	position: fixed;
	width: 100%;
}
