TableStyle1 | #TableStyle1 {font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%;} |
#TableStyle1 td, #archiveTable th {border: 1px solid lightgray; padding: 6px;} | |
#TableStyle1 tr:nth-child(even){background-color: lightcyan;} | |
#TableStyle1 tr:hover {background-color: lightgray;} | |
#TableStyle1 th {border: 1px solid lightgray;padding-top: 12px; padding-bottom: 12px; text-align: center; background-color: cornsilk; color: black;} |