
.gpCountDown {
	position: relative;
	height: 42px;
	width: 136px;
	cursor: pointer;
}

.gpCountDown .gpCountDownBackground {
	height: 100%;
	width: auto;
}

.gpCountDown .gpCountDownText {
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: 'Nunito';
	color: white;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

.gpCountDown .gpCountDownTextWrapper {
	position: absolute;
	width: 92px;
	height: 20px;
	top: 14px;
	left: 59px;
	overflow: hidden;
}

div.gpCountDown div.gpCountDownBackground img.gpCountDownBackgroundImage,
div.fb-moregamesheader-salebutton div.gpCountDown div.gpCountDownBackground img.gpCountDownBackgroundImage {
	margin-top: 5px;
	width: auto;
	height: 89%;
}

.gpCountDown .gpCountDownText span {
	display: inline-block;
	float: left;
	min-width: 5px;
	text-align: center;
}

.gpCountDown .gpCountDownText .hours {
	min-width: 13px;
}

.gpCountDown .gpCountDownText .minutes {
	min-width: 13px;
}

.gpCountDown .gpCountDownText .seconds {
	min-width: 10px;
	font-size: 9px;
}
.gpCountDown .gpCountDownText .secondDelimiter {
	font-size: 10px;
	min-width: 5px;
}

.gpCountDown .gpCountDownText .firstDelimiter {
	min-width: 9px;
}

