.BckTm{
width: 90px;
height: 20px;
overflow:hidden;
position: relative;
color: #00A026;
margin: 12px auto 3px;
}

.BckTm span, .BckTm strong{
	display: inline-block !important;
	width: 11px !important;
	height: 20px !important;
   transition: top 0.8s ease; 
   
   position:relative !important;
   float: left !important;
   top: 0px;
   font-size: 1.5em !important;
   font-weight: bold;
}

.BckTm .seconds{
   top:0;  
}

.BckTm .delim{
	display: inline-block;
	width: 5px;	
	height: 10px;
	color: red;
	top:0;
}

.BckTmLabel{
/* 	color:#D80B0B; */
 	color:red;
	font-size: 1.27em !important;
	font-weight: 700;
}