/* every odd row should be grey*/
tr:nth-child(odd) { background-color: #dddddd; }

/*some width and color for the columns*/
td:nth-child(1) { width:340px; padding:2px;font-weight:bold; color: #6f0006;}
td.nth-child(2) { width:auto; padding:2px;}
td.nth-child(3) { width:auto; padding:2px;}

computer2know :: thank you for your visit :: have a nice day :: © 2024