.route-description{
    margin: 0px;/* 5px;*/
    border-top:1px silver solid;
    padding:5px;
}
.route-description .route-duration{
    float:right;
}

.route-description.selected{
	background:#ddf;
}
.route-description.selected .route-duration,
.route-description.selected .route-time{
    font-weight: bold;
}

