table.python {width: 100%; background: White;}
table.python td {border: 1px solid black;}
table.python thead td,
table.python tfoot td {padding: 5px; text-align: center; font-weight: bold;}
table.python tbody td {padding: 5px; white-space: nowrap;}

table.python td.col1 {width: 10%; background: Yellow; font-weight: bold;}
table.python td.col2 {width: 10%; background: LightGray; font-weight: bold; text-align: right;}
table.python td.col3 {width: 10%;border-right: none;}
table.python td.col4 {width: 10%;border-left: none; font-weight: bold; text-align: right;}
table.python td.col5 {width: 10%;border-right: none;}
table.python td.col6 {width: 10%;border-left: none; font-weight: bold; text-align: right;}
table.python td.col7 {width: 20%;font-weight: bold; text-align: right;}
table.python td.col8 {width: 20%;font-weight: bold; text-align: right;}

table.python td.col1b {width: 20%; background: Yellow;}
table.python td.col2b {width: 10%; background: LightGray; font-weight: bold; text-align: right;}
table.python td.col3b {width: 5%; border: none;}

table.python td.head {background: #ccffcc;}
table.python td.foot {background: #ffcc00;}
table.python td.mini {font-size: 85%; font-weight: normal;}
