#statistiky_table
{
text-align: center;
border-spacing: 1px 6px;

} 
#statistiky_table >tbody > tr > td
{
padding: 6px;
padding-top: 8px;
padding-bottom: 8px;
position: relative;
min-width: 22px;
}
.st_top_td
{
font-weight: bold;
background: rgb(226,226,226);
}
.st_top_td:nth-of-type(2), .st_tr > td:nth-of-type(2)
{

}
.st_tr
{
background: rgb(236,236,236);
}
.st_tr:nth-of-type(2n) {

background: rgb(244,244,244);
}
.st_active 
{
text-decoration: underline;
background: rgb(210,210,210);
}
.st_pict
{
border-radius: 6px 0px 0px 6px;
max-width: 21px;
height: 22px;
background-repeat: no-repeat;
background-size: cover;
background-position: center; 
}
.st_td:last-child
{
border-radius: 0px 6px 6px 0px;
}
.st_top_td:nth-of-type(1)
{
width: 23px;
} 