.jcpo-counter {
	display: inline-block;
        /*background: #1c2534;*/
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
        margin-top: 10px;

}
.jcpo-counter p {
	margin: 0;
	color: #fff;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 30px;
	margin-right: -10px; /* fix for letter-spacing */
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.jcpo-counter p span.counter-digit {
        display: inline-block;
	position: relative;
        min-width: 40px;
        /*padding: 0 5px;*/        
        text-align: center;
        /*line-height: 60px;*/
        text-align: center;
}
.jcpo-counter p span:last-child{
    border-right: none;
}
.counterArea{
    margin: 43px 0 0;
}
.counterArea label{
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}

.jcpo-counter p span.counter-comma{
    position: relative;
    padding:0 !important;
    background: #fff;
    color: #000;
    margin: 0;
    display: inline-block;
    
}
.jcpo-counter p span.counter-comma small{
    position: absolute;
    left: 0;
    bottom: 0;
}
