.special-tab > div > ul{
    background-color: #f7f7f7 !important;
}

.special-tab #vtab > ul{
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    
}

.special-tab #vtab > ul li{

    background-color: #f7f7f7 !important;
    color: #000;
    background: none;
    border: none;
    margin: 0 !important;
}

.special-tab #vtab > ul li:hover, .special-tab #vtab > ul li.selected:hover{
    background-color: #eee !important;
}

.special-tab #vtab > ul li.selected{
    background-color: transparent;
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    background-color: #f7f7f7 !important;
    color: #000;
    margin: 0 !important;
}

.special-tab #vtab .tabfixed li.selected{
    /* border-bottom:  none !important;; */
}

.special-tab #vtab > ul li.selected div{
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.special-tab #vtab > ul li div{
    border: none;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 500;
}

@media screen and (min-width: 1000px){
    #vtab{
        width: 950px !important;
    }
    
}

.special-tab #vtab > div{
    display: block !important;
}

.special-tab #vtab > .tabbuttons-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none !important;
    justify-content: center;
}

.grey-back{
    background-color: #f7f7f7;
    padding: 15px !important;
}

.grey-back .column.left{
    width: 49%;
    float: left;
}

.grey-back .column.right{
    width: 49%;
    float: left;
}

.specification_fce .left_content{
    width: 70%;
}

.specification_fce .right_content{
    width: 25%;
}

.tabbuttons-container .tabfixed{
   margin: 0 auto;
   margin-bottom: 0 !important;
   margin-top: 0 !important;
} 

@media screen and (min-width: 1000px){
    .tabbuttons-container .tabfixed{
        width: 950px;
        display: flex;
   
        margin: 0 auto;
    } 

    .tabbuttons-container ul li{
        padding-right: 20px !important;
        min-width: 127px;
        
    }
}

@media screen and (max-width: 999px){
    .special-tab #vtab > div.tabbuttons-container{
        display: none !important;
    }

    .special-tab #vtab > ul li div{
        background-color: transparent !important;
    }
}

.tabbuttons-container{
    background-color: #f7f7f7 !important;
}

.tabbuttons-container ul li{
    padding-right: 20px !important;
    
}

.special-tab #vtab > div li{
    width: auto;
}

.csc-textpic-right{
    text-align: right;
}

@media screen and (max-width: 527px){
    .tabfixed li:last-child div, .tabfixed li:nth-child(2) div{
        padding-left: 15px;
    }

    .blue_button.icon1 a, .blue_button.icon2 a{
        background-image: none;
    }

    .blue_button a{
        min-height: 65px;
        line-height:normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}