figure, figcaption {
	display: block;
}

.transition {
    transition: top 400ms linear;
}

.timeTo {
	font-family: Tahoma, Verdana, Aial, sans-serif;
	font-size: 25px;
	line-height: 100%;
	font-weight: bold;
	height: 32px;
	color: #888;
}

.timeTo span {
	vertical-align: top;
}

.timeTo.timeTo-white div {
	color: black;
    background: #ffffff;
    background: linear-gradient(to bottom, #ff9900 38%, #fb9f16 100%);
	border-radius: 3px;
}
.timeTo.timeTo-white div li {
	color: white !important;
}
.timeTo.timeTo-black div {
	color: white;
    background: #45484d;
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444;
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%);
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff;
    background: linear-gradient(to bottom, #f94343 35%,#991818 100%);
}

.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.timeTo figcaption {
	text-align: center;
	/*font-size: 12px;*/
	line-height: 80%;
	font-weight: normal;
	color: #888;
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;
	border-top: 1px solid #e08807;
	border-right: 1px solid #e08807;
	border-bottom: 1px solid #e08807;
	overflow: hidden;
}
.timeTo div.first {
	border-left: 1px solid #e08807;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 6px !important;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}