JSFiddle - React, Tailwind, and code Playground
HTML
<TABLE class=view CELLSPACING="1" CELLPADDING="3">
<Tr bgcolor="#73ACD4" class=mes>
<TH >Uživatel<TH >Pohlaví<TH >Věk<TH >Datum
<Tr bgcolor="#DBDBDB" class=mes>
<TD><A href="http://" target="_blank">karkulka</A>
<TD>muž<TD>36<TD>05.01.2014, 16:57:20
</TABLE>
CSS
table.view {border:0; width:100%; background-color:#E5E5E5 }
table.view+tr {background-color:#DBDBDB;}
table.view:first-child { background-color:#73ACD4; }
table.view td { width:auto;}