table.devdata { border-bottom:2px solid #000; width:100%; } table.devdata tr td { padding:5px; } table.devdata td.title { font-weight:bold; } table.devdata tr.complete td { background-color:#AFA; width:50%; } table.devdata tr.working td { background-color:#FAA; width:50%; } table.devdata tr.idle td { background-color:#AAA; width:50%; } table.devdata tr td.eod { border-top:1px solid #888; }