.pht-countdown {
	background-color: #8DD4EA;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}

.pht-countdown .timer-wrapper {
	background-color: #fff;
	font-size: 2.5vh;
	padding: 5px 10px;
	border-radius: 5px;
}

.pht-countdown .timer-wrapper.expired{
	background-color: #c00;
	color: #fff;
}
.pht-countdown .time {
	font-weight: bold;
}

.pht-countdown .explanation {
	font-weight: bold;
	font-size: small;
}

.pht-countdown .time .minutes:after {
	content: ":";
}

.pht-expired {
	text-align: center;
	font-size: 2.5vh;
  }