.time_special .box-time-date span {
	font-size: 16px;
	margin-top: 6px;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 5%;
	width:100%;
}
.top-section {
    border-radius: 5px 5px 0px 0px;
    background-color: var(--danger);
    border: 0px;
    padding: 5px;
}
.bottom-section {
    border-radius: 0px 0px 5px 5px;
    background-color: var(--primary);
	font-size: 10px;
    border: 0px;
    padding: 5px;
	margin-bottom:5px;
}
