body, table, th, td { font-family: "Lucida Console", Helvetica, sans-serif; font-size: 10pt; } table, th, td { border: 1px solid black; border-collapse: collapse; border-left: none; border-right: none; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; padding: 8px; text-align: left; } table th { color: white; background-color: black; height: 32px; text-align: center; } table tr:nth-child(even) { background-color: #eee; } table tr:nth-child(odd) { background-color: #fff; } table tr:hover { background-color: #ccc; }