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

.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;
	border-bottom: 1px dotted #CCC;
	margin-left: 400px;
}

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

#prev {
	padding-top: 5px;
}
#grand {
	font-weight: bold;
}

@media (max-width: 500px ) {
	#countDisplay {
		float: none;
		width: 300px;
	}
	#totalLabel {
		border-bottom: 1px dotted #CCC;
		margin-left: 3px;
		padding: 0px 0px 5px 0px;
		width: 300px;
		font-size: 29px;
	}
	#prev {
		margin-left: 4px;
	}
}
