#countDisplay {
	font-family: 'Roboto', sans-serif;
	font-size: 100px;
	font-weight: 700;
}

.numDisp {
	width: 65px;
	height: 97px;
	overflow: hidden;
	float: left;
	text-indent: -100px;
	background-image: url('../images/nums.gif')

}

#timestamp { color: #999;}

#totalLabel {
	color: #637e55;
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	font-weight: 100;
}

#totalLabelEsp {
	color: #637e55;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 5px;
}

#prev {
	border-top: 1px dotted #CCC;
	padding-top: 5px;
}
#grand {
	font-weight: bold;
}
