/* Keep amounts and event names readable in the existing horizontal table scroller. */
.tx-business-table { min-width: 850px; table-layout: auto; }
.tx-business-table td { white-space: nowrap; }
.tx-business-label { white-space: nowrap; }
.tx-business-description { display: block; min-width: 260px; max-width: 440px; white-space: normal; overflow-wrap: anywhere; line-height: 1.65; }
