table.tabulka
{
background:white;
border:2px solid #111111;
color:black;
border-collapse: collapse;
}

table.tabulka  td
{
border:1px solid #C0C0C0;
padding-left:5px;
padding-right:5px;
padding-top:1px;
padding-bottom:1px;
xbackground:white;
line-height:1.5em;
}

table.tabulka thead tr
  { background: #FDA005;color:black; }


table.tabulka tr
{ background: white; color:black }


table.tabulka tr.licha
  { background: #F9FCDF;color:black; }


table.tabulka tbody tr:hover
{
background:#DDEFBB !important;
}