#generation-table { width: 100%; } #generation-table th, #generation-tablee td { border: 1px solid #ddd; padding: 8px; text-align: left; } #generation-table th:first-child { border-left: none; } #generation-table th:last-child { border-right: none; } #generation-table th:not(:first-child) { border-left: none; border-right: none; } #generation-table th div { border-bottom: 1px solid #ddd; padding: 8px; } #generation-table td div { padding: 8px; } #generation-table thead th { background-color: #f2f2f2; } #generation-table tbody tr:nth-child(even) { background-color: #f2f2f2; } #generation-table tbody tr:hover { background-color: #ddd; }