html{ font-family: Arial, Helvetica, sans-serif; } h1{ text-align: center; } img{ width: 16px; height: 16px; } .container{ width: 900px; height: 1200px; margin: 0 auto; } .table{ border-collapse: collapse; width: 100%; } .table tr:nth-child(even){ background-color: #f2f2f2; } .table tr:hover { background-color: #ddd; } th{ text-align: left; } .checks{ display: inline; } .clubes{ width: 24px; height: 24px; margin-left: 10px; }