/* ============================================
   COMPONENT - TABLES
   ============================================
   Augments daisyUI's tables (.table) - Bulma's .table-container/
   .is-striped/.table .button/.table .is-flex are no longer used in the
   templates (daisyUI's .overflow-x-auto and .table-zebra replace them),
   and have been removed.
   ============================================ */

.table td,
.table th {
    padding: 0.65em 0.85em;
}
