.wysiwyg-table table{
    border-collapse: separate !important;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.wysiwyg-table table td{
    border: none !important;
    color: rgba(69, 70, 86, 1);
}

.wysiwyg-table table tbody tr:nth-child(even) {
    background: #eeeef4;
}