div.bill { font-size: 1.0em; margin: 0 0 40px 0; }

div.bill table {width: 100%; margin: 5px 0 0 0;}
div.bill table tr td.col0{ text-align: left; vertical-align: top; width: 70px; height: auto; }
div.bill table tr td.col1{ text-align: left; vertical-align: top; width: 70px; height: auto; }
div.bill table tr td.col2{ text-align: left; vertical-align: top; min-width: 70px; height: auto; }

div.bill table tr.even { background-color: rgb(238, 238, 238); }
div.bill table tr.odd { background-color: rgb(221, 221, 221); }

div.bill table tr:hover{ background-color: rgb(255, 255, 153); }

div.bill table tr.highlight { background-color: rgb(190, 255, 190); }

div.bill table tr.even.highlight { background-color: rgb(210, 255, 210); }
div.bill table tr.odd.highlight { background-color: rgb(180, 255, 180); }

div.bill table tr.highlight:hover { background-color: rgb(80, 255, 80); }