figure, figcaption {
	display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
    height: 32px;   
    line-height: 18px;
    padding-top: 4px;
}

.timeTo span {
    vertical-align: top;
    color: #000000;
    margin-left: -3px;
    line-height: 14px;
}

.timeTo.timeTo-white div {
    color: #000000;
    background: #ffffff; /* Old browsers */
}

.timeTo.timeTo-black div {
    color: #000000;
    font-weight: 600;
}

.timeTo.timeTo-black .timeTo-alert {
  color: #f0a400;
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
}

.timeTo figure {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.timeTo figure:first-child .first {
    border-left: none;
}

.timeTo figcaption {
	text-align: center;
	/*font-size: 12px;*/
	line-height: 80%;
	font-weight: normal;
	color: rgba(255,255,255,0.5);
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;

	overflow: hidden;
}

.timeTo div.first {

}


.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
