body {
	background: #000000;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

.content {
	margin: 40px auto 40px auto;
	padding: 40px 40px;
	width: 520px;
	text-align: center;
}
.section {
	margin-bottom: 10px;
}
.section-key {
	float: left;
	width: 100px;
	text-align: right;
	text-transform: uppercase;
}
.section-val {
	margin-left: 120px;
	text-align: left;
	font-weight: bold;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
