.table_theme .colspun-right{
    border-right:none;
}
.table_theme .colspun-left{
    border-left:none;
}
.table_theme tr{
    height:100px;
}
.table_theme td{
    padding-right:10px;
}
.table_theme .colspun-right img{
    margin-left:10px!important;
}
.desk_table_on{
    display: table;
}
.smartphone_table_on{
    display: none;
}
@media screen and (max-width:767px){
    .table_theme .colspun-right img{
        width:28px;
    }
    .table_theme .colspun-right img{
        margin-left:3px!important;
    }
    .table_theme td{
        padding-right:3px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .table_theme .thead{
        text-align: center;
    }
    .cell-pl{
        padding-left:3px;
    }
}
@media screen and (max-width:599px){
    .desk_table_on{
        display: none;
    }
    .smartphone_table_on{
        display: table;
    }
    .cell-center{
        text-align: center;
        width:70px;
    }
    .table_theme td{
        width:33%;
    }
}