table th { text-align: left; } table tbody { background-color: lightblue; } table tr:nth-child(even) { background-color: white; } table.users { margin-bottom: 20px; } table.users td { width: 110px; } table.rankings { } table.rankings td { width: 110px; } table.rankings tr td:first-child { font-weight: bold; }