.stations{
    margin-top: 30px;
    margin-bottom: 30px;
}
.stations .s-block-content{
    padding:0;
    margin:0 0;
    background: none;
    border: none;
    overflow: hidden;
}
.stations ul.tabs{
    margin: 0 0 -1px 0;
    /*width: 800px;
    overflow: scroll;*/
}
.stations ul.tabs li{
    margin-right: 0;
    float: none;
    display: inline-block;
    padding: 0 8px;
}
.stations ul.tabs li.active, .stations ul.tabs li.active:hover{
    background: #ff7d01;
    color: #fff;
}
.stations ul.tabs li.active a, .stations ul.tabs li.active:hover a{
    color: #fff;
}
.stations ul.tabs li a{
    font-size: 16px;
    padding: 6px 6px;
}
.stations .tab_container{
    margin: 0;
}
.stations .tab_content .table-responsive{
    border: none;
    margin-bottom: 0;
}
.stations .tab_content .table{
    float: left;
    min-width: 280px;
    margin-bottom: 0;
}
.content-tabs .tab_content{
    float: none;
}
.table.num2{
    width: 50%;
}
.table.num4{
    width: 25%;
}
.table a{
    display: inline-block;
    color: #484848;
}
.table a:hover{
    color: #ff7d01;
}
.table thead th:nth-child(1){
    background: #ff7d01;
    color: #fff;
    border: none;
}
.table tbody tr:nth-child(1) td{
    border-top: none;
}
@media screen and (max-width: 600px){
    .stations .tab_container{
        padding: 5px 0 0 0;
    }
    .stations .tab_content .table{
        float: none;
        clear:both
    }
} 