table.data-table { border-collapse: collapse; width: 100%; } table.data-table > tr > th { border-bottom: 1px solid white; padding: 4px; } table.data-table > tr > td { padding: 4px; } table.data-table > tr:nth-child(2n) { background: rgba(255, 255, 255, 0.2); } table.data-table > tr > td:not(:last-child) { border-right: 1px solid white; }