
/* Time counter */
.time-counter {
	display: inline-block;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	background-color: red;
	color: #ffffff;
	border-radius: 50% 50% 50% 50%;
}