.timeout-counter {
	background-color: #8DD4EA;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 5px;
}

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

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

.timeout-counter .explanation {
	font-weight: bold;
}

.timeout-counter .time .minutes:after {
	content: ":";
}