#table-container { overflow-x: auto; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.10); } #table-container table { border-collapse: collapse; width: max-content; min-width: 100%; background: #fff; } #table-container thead tr { background: #117c11; color: #fff; } #table-container thead th { padding: 10px 16px; font-size: 12px; font-weight: 600; text-align: left; border: none; white-space: nowrap; } #table-container tbody tr { border-bottom: 1px solid #d4e9d4; } #table-container tbody tr:nth-child(even) { background: #f2faf2; } #table-container tbody tr:hover { background: #d4e9d4; } #table-container tbody td { padding: 9px 16px; color: #1a2a1a; vertical-align: middle; white-space: nowrap; } #table-container tbody td:first-child { font-weight: 600; color: #117c11; text-align: center; } loadTable(1410, null, true, 'property-table', 'table-container');