.entry-content table,
body.et-pb-preview #main-content .container table {
        width: 100%;
        margin: 0 0 15px 0;
        border: 1px solid #eee;
        text-align: left;
}

.entry-content tr th,
.entry-content thead th,
body.et-pb-preview #main-content .container tr th,
body.et-pb-preview #main-content .container thead th {
        /* padding: 9px 24px;  */
        padding: 0px 0px; 
        color: #ffffff;
        font-weight: bold;
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
        /* padding: 6px 24px; */
        padding: 0px 0px;
        border-top: 1px solid #eee;
}
