/* Add this CSS to your stylesheet */ .custom-table { border-collapse: collapse; width: 100%; font-family: sans-serif; } .custom-table td, .custom-table th { border: 1px solid #dddddd; padding: 8px; } .custom-table th { background-color: #f2f2f2; color: #333333; text-align: left; } .custom-table tbody tr:nth-child(even) { background-color: #f2f2f2; } .custom-table tbody tr:hover { background-color: #ddd; }