.timecount {
	min-height: 26px;
	color: #AA0000;
	font-size: 15px;
	text-align: center;
	margin-top: 4px;
	padding-top: 4px;
}

.timecount #time {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.timecount .fireworks {
	background-image: url(images/ny-fireworks.gif);
	background-size: cover;
}

.count-time {
	display: inline-block;
	width: 30px;
	text-align: center;
}

span.cd-time {
	color: #105289;
}

@media (max-width: 600px) {
	.timecount img,
    span.cd-time.text {
		display: none;
	}
	.timecount {
		font-size: 18px;
	}
}
