.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 {
	font-size: 25px;
	line-height: 108%;
	height: 32px;
	color: #004040;
}

.timeTo span {
	vertical-align: top;
}
.timeTo.timeTo-white div {
	color: #fff;
    background: #004040; /* Old browsers */
    background: -moz-linear-gradient(top, #004040 38%, #008080 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#004040), color-stop(100%,#008080)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #004040 38%,#008080 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #004040 38%,#008080 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #004040 38%,#008080 100%); /* IE10+ */
    background: linear-gradient(to bottom, #004040 38%,#008080 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004040', endColorstr='#008080',GradientType=0 ); /* IE6-9 */
}


.timeTo div {
	position: relative;
	display: inline-block;
	/*width: 25px;
	height: 30px;*/
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	overflow: hidden;
}
.timeTo div.first {
	border-left: 1px solid silver;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
