table.kont
{
   text-align: center;
   border-collapse: collapse;
   table-layout: fixed;
   font-size: 16px;
}


td.kont.logo
{
   width: 60px;
   height: 60px;
   border-bottom: 1px dashed #AAAAAA;
}


td.kont.obsz
{
   width: 250px;
   height: 60px;
   border-bottom: 1px dashed #AAAAAA;
}

tr.kont:hover
{
   background-color: #cde6ff;
}