.timer-mid{
	display: inline-block;
    vertical-align: middle;
	margin-top:20px;
	}
.psgTimer {
	display: table;
	margin: 0 auto 0 auto;
	font-size: 0;
	}
.psgTimer_numbers>div, .psgTimer_labels>div {
	display: inline-block;
	font-size: 0;
	width: 75px;
	text-align: center
	}
.psgTimer_numbers>div {
	position: relative
	}
.psgTimer_numbers>div:after {
	content: ":";
	line-height: 35px;
	height: 35px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	position: absolute;
	top: 0;
	right: -4px;
	display:none;
	}
.psgTimer_numbers>div:last-child:after {
	content: none
	}
.psgTimer_numbers>div>div {
	display: inline-block;
	vertical-align: top;
	width: 29px;
	height:40px;
	line-height:40px;
	background: #1c4ef8;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	border-radius: 5px;
	font-size: 28px;
	text-align: center;
	color: #e2eef8;
	font-family:Tahoma, Geneva, sans-serif;
	}
.psgTimer_numbers>div>div:first-child {
	margin-right: 3px
	}
.psgTimer_labels>div {
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	color: #000;
	}
