.routes{
    margin-top: 30px;
    margin-bottom: 30px;
}
.routes .s-block-content{
    padding:0;
    margin:0 0;
    background: none;
    border: none;
    overflow: hidden;
}
.routes ul.tabs{
    margin: 0 0 -1px 0;
    /*width: 800px;
    overflow: scroll;*/
}
.routes ul.tabs li{
    margin-right: 0;
    float: none;
    display: inline-block;
    padding: 0 8px;
}
.routes ul.tabs li.active{
    background: #fff;
    border-bottom: 1px solid #fff;
}
.routes ul.tabs li a{
    font-size: 16px;
    padding: 6px 6px
}
.routes .tab_container{
    background: #fff;
    margin: 0;
}
.routes ul.route{
    clear: both;
}
.routes ul.route li{
    position: relative;
    float: left;
    padding: 6px 12px;
    width: 50%;
    border-top: 1px solid #ddd;
    color: #ccc;
}
.routes ul.route li .price-date{
    position: absolute;
    right:10px;
    bottom: 9px;
}
ul.route li:nth-child(odd) {
}
ul.route li:nth-child(even) {
    border-left: 1px solid #eee;
}
ul.route li:hover{
}
ul.route li:nth-child(1), ul.route li:nth-child(2){
    border-top: 0;
}
ul.route li h3{
    display: inline;
}
ul.route li h3 a{
    display: inline-block;
    color: #484848;
}
ul.route li h3 a:hover, ul.route li h3 a:hover span{
    color: #FF7D01;
}
ul.route li span.date{
    display: none;
    padding-left: 10px;
    color: #484848;
}
ul.route li span.price{
    font-size: 14px;
    padding-left: 10px;
    color: #ff7d01;
}
ul.route li span.glyphicon{
    font-size: 12px;
    color: #ccc;
    padding:0 4px;
}