.wb-costomize-table-con{
    margin: 20px 10px;
    overflow-x: auto;
}
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption{
    border:none;
}
.wb-costomize-table {
    /* box-shadow: 1px 2px 5px #999; */
    width: 100%;
    border-collapse: collapse;
    border:none;
}
.wb-costomize-table.border th,
.wb-costomize-table.border td{
    border-bottom: 1px solid #ccc;
}
.wb-costomize-table .wb-costomize-table-cell-content{
    min-width: 100px;
}
.wb-costomize-table th{
    background-color: #eee;
}
.wb-costomize-table th,
.wb-costomize-table td{
    padding: 5px;
    text-align: center;
}
.wb-costomize-table tbody th{
    border-right: 1px solid #ccc;
}

.wb-costomize-table .wb-costomize-table-body {
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
}


/* wb-customize-table-like  */
.wb-customize-table-like .table-like-title{
    text-align: center;
    font-size: 22px;
    margin: 10px 0;
}
.wb-customize-table-like .table-like-header{
    background-color: #ccc;
}
.wb-customize-table-like .table-like-group{
    padding: 10px;
}
.wb-customize-table-like .table-like-row{
    display: flex;
}
.wb-customize-table-like .table-like-body{
    display: flex;
    flex-wrap: wrap;
}
.wb-customize-table-like .table-like-group{
    width: 50%;
    flex: none;
}
.wb-customize-table-like .table-like-row .table-like-cell{
    flex:1 1;
    line-height: 1.5;
    padding:5px;
}
.wb-customize-table-like.border .table-like-row .table-like-cell{
    border-bottom: 1px solid #ccc;
}
.wb-customize-table-like .table-like-row .table-like-cell.table-like-left-header{
    font-weight: 700;
}
.wb-customize-table-like .table-like-row .table-like-cell.static-width{
    flex:none;
}
@media only screen and (max-width: 768px){
    .wb-customize-table-like .table-like-group{
        width: 100%;
        flex: none;
    }
    .wb-customize-table-like .table-like-group:nth-child(2){
        padding-top: 0;
    }
    .wb-customize-table-like .table-like-group:nth-child(2) .table-like-header{
        display: none;
    }
    .wb-customize-table-like .table-like-group:nth-child(1){
        padding-bottom: 0;
    }
}