table {
    border-left:1px solid #ccc !important;
    border-top:1px solid #ccc !important;
}
table td,table th {
    text-align: center;
    border-right:1px solid #ccc !important;
    border-bottom:1px solid #ccc !important;
}
* {
    margin: 0;
    padding: 0;
}
.navigation {
    overflow-x: auto;
    padding-top: 5px;
}
.navigation a{
    margin-bottom: 0px;
    height: 48px;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background-color: #f1f1f1;
    color: #333333;
    text-align: center;
    font-family: titleFonts;
    border:0px;
    border-right:1px solid #ffffff;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}
.navigation a:first-child{
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.navigation a.active{
    height: 53px;
    margin-top: -3px;
}
.navigation a:hover{
    height: 53px;
    margin-top: -3px;
    margin-bottom: 0px;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    color: #ffffff;
    text-align: center;
    font-family: titleFonts;
    background-color: #007bff;
    font-size: 18px;
    line-height: 24px;
}

.tab_list li {
    width: 14.1%;
    height: 48px;
    line-height: 48px;
    float: left;
    list-style: none;
    text-align: center;
    cursor: default;
    border: 1px solid #fff;
    color: #fff;
    background-color: #666;
}
.tab_list li :nth-child(6) {
    border-right: none;
}
.tab_list li:hover {
    transform: scaleY(1.2);
    background-color: #0070ff;
    color: #fff;
}

.current {
    background-color: #0070ff;
    color: #fff;
    /*display: block; */
}
.item {
    display: none;
}
.tab_con div:first-child {
    display: block;
}
.Right-sidebar-dom {
    padding: 0 15px;
}

@media only screen and (min-width: 760px) {
    .legbanner {
        background-image: url('/images/newsletter/Road-Bike-Tire-Width-Charts/measuring-actual-road-tire-widths-on-LB-carbon-rims.jpg');
    }
    .custom-lh{
        line-height: 30px;
    }
    .leftClickCaret{
        display: none;
    }

    /*.carousel-control-next:focus,*/
    .carousel-control-next:hover,
        /*.carousel-control-prev:focus,*/
    .carousel-control-prev:hover {
        color:#fff;
        background-color: #d1d1d1;
        width: 5%;
        height: 39%;
        margin-top: 95px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position:absolute;
        top:0;
        bottom:0;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        width: 5%;height: 39%;
        margin-top: 95px;
        color:#fff;
        text-align:center;
        opacity:.5
    }
}

@media only screen  and  (max-width: 600px){
    .legbanner {
        background-image: url('/images/newsletter/Road-Bike-Tire-Width-Charts/M-measuring-actual-tire-widths-on-Light-Bicycle-road-rims.jpg');
    }
    .custom-lh{
        line-height: 43px;
    }
    .param_title {
        font-size: 16px;
        font-weight: 400;
    }
    .param_content {
        font-size: 20px;
        font-weight: 700;
    }

    .LeftTable-sidebar{
        width: 100%;
        overflow: auto;
        scrollbar-width: none;
        overflow-x: scroll;
        overflow-y: hidden;
        position: relative;
        -webkit-overflow-scrolling: touch;
        /*background-color: #f1f1f1;*/

    }
    .LeftTable-sidebar::-webkit-scrollbar{
        display: none;
    }

    .rightClickCaret {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 14px;
        z-index: 20;
        display: flex;
        justify-content: center;
        align-items: center;
        background: -webkit-linear-gradient(left, red , blue); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, red, blue); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, red, blue); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #e7e7e7 , #c8c8c8); /* 标准的语法（必须放在最后） */
    }
    .leftClickCaret {
        height: 100%;
        position: absolute;
        display: none;
        /*pointer-events: none;*/
        left: 0;
        top: 0;
        width: 14px;
        z-index: 20;
        background-color: #d1d1d1;
        display: flex;
        justify-content: center;
        align-items: center;
        background: -webkit-linear-gradient(left, red , blue); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, red, blue); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, red, blue); /* Firefox 3.6 - 15 */
        background: linear-gradient(to left, #e7e7e7 , #c8c8c8); /* 标准的语法（必须放在最后） */
    }

}
.Left-sidebar .Left-sidebar-ul .Left-sidebar-li{
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
    cursor: default;
    border: 1px solid #fff;
    color: #333333;
    font-family: titleFonts;
    background-color: #f1f1f1;
    font-size: 18px;
}
.Left-sidebar .Left-sidebar-ul .active{
    color: #ffffff;
    text-align: center;
    font-family: titleFonts;
    background-color: #007bff;
    font-size: 18px;
}
.table-bordered td, .table-bordered th {
    border:0px solid #dee2e6;
    border-bottom:1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th{
    border-bottom-width:0px;
}
.carousel-indicators li{
    background-color: #333;
}
.carousel-indicators .active{
    background-color: #007bff;
}

.table-hover tbody tr:hover {
    background-color:rgba(0,112,255,0.08);
}
