
.time_special {
	overflow: hidden;
	display: inline-block;
 	background: #777;
  height: 24px;
  border-radius: 12px;
  padding: 1px 4px 0px 8px;
}
.time_special .box-time-date {
	font-size: 10px;
	color: #fff;
	text-align: center;
  font-weight: 600;
  display: inline-block;
  padding-right: 4px;
}
.time_special .box-time-date span {
	font-size: 17px;
	color: #fff;
}
.box-timer {
	left: 0px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	bottom: 0%;
	width:100%;
} 
.time_special_note {
 font-size: 10px;
 color: #777;
}
