@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);
body {
	background: #363f48;
	color: white;
	font: normal 12px 'Open Sans', sans-serif;
	margin-top: 20px;
}

.source {
	width: 405px;
	margin: 0 auto;
	background: #4f5861;
	color: #a7abb1;
	font-weight: bold;
	display: block;
	white-space: pre;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

ul#counter {
	list-style: none;
	margin: 50px 0;
	padding: 0;
	display: block;
	text-align: center;
}
ul#counter li {
	display: inline-block;
}
ul#counter li span {
	font-size: 80px;
	font-weight: 300;
	line-height: 80px;
}
ul#counter li.seperator {
	font-size: 80px;
	line-height: 70px;
	vertical-align: top;
}
ul#counter li p {
	color: #a7abb1;
	font-size: 25px;
}