.psgTimer {
	display: table;
	margin: 0 auto 0 auto;
	font-size: 0;
	content:none;
	margin-top:10px;
	}
.psgTimer_numbers>div, .psgTimer_labels>div {
	display: inline-block;
	font-size: 0;
	width:95px;
	text-align: center;
	}
.psgTimer_numbers>div {
	position: relative;
	}
.psgTimer_numbers>div:after {
	content: ":";
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 30px;
    color: #000;
    position: absolute;
    top: 0px;
    right: -4px;
    font-weight: 600;
	}
.up-timer .psgTimer_numbers>div:after {
	content: ":";
	color: #000;
	}
.psgTimer_numbers>div:last-child:after {
	content: none
	}	

.psgTimer_numbers>div>div {
	display: inline-block;
	vertical-align: top;
	width:32px;
	height:42px;
	line-height:40px;
	background: #fff;	
	border:1px solid #a8a8a8;
	border-radius: 6px;
	font-size:30px;
	text-align: center;
	color: #000;
	font-weight:600;
	}
.up-timer .psgTimer_numbers>div>div{
	color:#fff;
	background:#000;
	}
.psgTimer_numbers>div>div:first-child {
	margin-right: 5px
	}
.psgTimer_labels>div {
	padding-top: 5px !important;
	font-size:12px;
    line-height:18px;
	color: #1f1f1f;
	padding-left:0.5px;	
	}

@media only screen and (max-width:767px){
	
.psgTimer{margin-top:13px;}
.psgTimer_numbers>div, .psgTimer_labels>div{ width:90px;}
.psgTimer_numbers>div>div{width:34px;height:38px;line-height:35px;font-size:26px;}
.psgTimer_numbers>div:after{line-height:34px; height:34px; font-size:25px; right:-3px;}
.psgTimer_labels>div{font-size:12px; line-height:18px; width:90px;}

}