.mce-i-sun_table:before {
    content: "\e01b";
}

.sun-table {
    width: auto;
    overflow: hidden;
    overflow-x: auto;
    border-radius: 8px;
}

.sun-table table {
    border: none;
}

.sun-table th, .sun-table td {
    padding: 12px 24px;
    border: 1px solid #0000001A;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    background: #F7EFEB;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    min-width: 100px;
}

.sun-table tr:first-child td {
    border-top: none;
    background: #EDE7E3;
    font-weight: 600;
}

.sun-table table tr:last-child td {
    border-bottom: none;
}

.sun-table table tr td:first-child {
    border-left: none;
}

.sun-table table tr td:last-child {
    border-right: none;
}