.froala-table-no-vertical-border thead tr th, .froala-table-no-vertical-border tbody tr td {
  border-color: #ccc;
  border-left: none;
  border-right: none;
}

.froala-table-no-border tbody tr td {
  border: none;
  table-layout: fixed;
}

.froala-table-alternating-rows thead tr th, .froala-table-alternating-rows tbody tr td {
  border: none;
}
.froala-table-alternating-rows tbody tr:nth-child(2n) {
  background: #f9f9f9;
}

.froala-table-alternating-rows-no-horizontal-border thead tr th, .froala-table-alternating-rows-no-horizontal-border tbody tr td {
  border-top: none;
  border-bottom: none;
}
.froala-table-alternating-rows-no-horizontal-border tbody tr:nth-child(2n) {
  background: #f9f9f9;
}
