/* CKeditor bug in Safari. See https://3.basecamp.com/2914079/buckets/27/card_tables/cards/7848395051 */
.ck-content .table table {
  height: auto !important;
}

/* brevo.com. See https://3.basecamp.com/2914079/buckets/27/card_tables/cards/8115510298 */
.nl2go-body-table table[width='900'] {
  width: 100% !important;
}
