<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contadorKwh2{
	font-family:sans-serif;
	font-size:1em;
	display: inline;
	padding-right: 15px;
}

.digit-con{
	height:3.45em !important;
	overflow:hidden !important;
	display:inline-block !important;
	margin-left:.5em !important;
}
.digit-con span{
	background-color:#65CA00 !important;
	width:.75em !important;
	display:block !important;
	text-align:center !important;
	font-size:2.5em !important;
	font-weight: normal !important;
	color:#fff !important;
	position:relative !important;
	top:0;
	line-height: 55px;
}
.comma{
	color:#65CA00 !important;
	font-size:4.2em !important;
}

.error{
	color:red !important;
	display:none !important;
}

/*

body{
	font-family:sans-serif;
	font-size:1em;
}

.digit-con{
	height:5.75em;
	overflow:hidden;
	display:inline-block;
	margin-left:.5em;
}
.digit-con span{
	background-color:#65CA00;
	width:.75em;
	display:block;
	text-align:center;
	font-size:5em;
	color:#fff;
	position:relative;
	top:0;
}
.comma{
	color:#65CA00;
	font-size:4.2em;
}

.error{
	color:red;
	display:none;
}

*/</pre></body></html>