.wp-block-table #act_full table:not([class]) {
    border: 1px solid #F0f0f0 !important;
}

.wp-block-table:not(.is-style-stripes) tbody tr:nth-child(odd),
{
    background-color: #f0f0f0;
}

.wp-block-table.has-subtle-light-gray-background-color:not(.is-style-stripes) tbody tr:nth-child(odd) {
    background-color: #f3f4f5;
}

.wp-block-table.has-subtle-pale-green-background-color:not(.is-style-stripes) tbody tr:nth-child(odd) {
    background-color: #e9fbe5;
}

.wp-block-table.has-subtle-pale-blue-background-color:not(.is-style-stripes) tbody tr:nth-child(odd) {
    background-color: #e7f5fe;
}

.wp-block-table.has-subtle-pale-pink-background-color:not(.is-style-stripes) tbody tr:nth-child(odd) {
    background-color: #fcf0ef;
}

.wp-block-table:not(.is-style-stripes) td,
.wp-block-table:not(.is-style-stripes) th {
    border-color: transparent;
}

#act_full table {
    border: 0px !important;
}

.content-post-act table:not([class]),
.content-post-act table:not([class]) tr td,
.content-post-act table:not([class]) tr th {
    border: 1px solid #000000 !important;
}

#act_full table td,
#act_full table th {
    border: 1px solid #000000;
}

#act_full table th,
#act_full table th * {
    font-weight: 700;
    text-align: center;
}

#act_full table td,
#act_full table td * {
    font-weight: 300;
    text-align: unset;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-right: 1px solid #cccccc;
    border-width: 1px !important;
    padding: 4px;
}

.wp-block-table.is-style-stripes tr td:last-child,
.wp-block-table.is-style-stripes tr th:last-child {
    border-right: unset;
}

#act_full .wp-block-table:not(.is-style-stripes) table:not([class]) td,
#act_full .wp-block-table:not(.is-style-stripes) table:not([class]) th {
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 4px;
}

.content-post-act .wp-block-table:not(.is-style-stripes) table:not([class]) th {
    text-align: center;
    font-size: 18px;
    background: #cccccc;
}