/* Custom HTML */

/* Table Head */

table.element-type-customhtml > thead > tr > td.tl {
 background: none !important;
}
table.element-type-customhtml > thead > tr > td.tm {
 background: none !important;
}
table.element-type-customhtml > thead > tr > td.tr {
 background: none !important;
}

/* Table Body */

table.element-type-customhtml > tbody > tr > td.ml {
 background: none !important;
}
table.element-type-customhtml > tbody > tr > td.mm {
 background: none !important;
}
table.element-type-customhtml > tbody > tr > td.mr {
 background: none !important;
}

/* Table Foot */

table.element-type-customhtml > tfoot > tr > td.bl {
 background: none !important;
}
table.element-type-customhtml > tfoot > tr > td.bm {
 background: none !important;
}
table.element-type-customhtml > tfoot > tr > td.br {
 background: none !important;
}
