        #tehtable table { border-collapse: collapse; }
        #tehtable td	{ padding: 3px 10px; border: solid 1px black;}
        #tehtable td.name_col {font-weight: bold;}
        #tehtable td.total_col{font-weight: bold;text-align:center;}
        #tehtable tr.odd td.total_col{background-color:darkseagreen;}
        #tehtable tr.even td.total_col{background-color:#9bcd9b;}
        #tehtable td.rank_col{font-weight: bold;text-align:right;}
        #tehtable tr.even {background-color: white;}
        #tehtable tr.odd  {background-color: lightgrey;}
        #tehtable tr.header{background-color: black;color:white;font-weight:bold;}
        #tehtable a {color:white;}
        #tehtable a:hover {color: #9bcd9b;}

