<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tabulkove-zobrazeni {
 width: 100%;
 _width: 99%;
 border-collapse: collapse;
 
}

#tabulkove-zobrazeni .input-ks
{
 width:20px;
 border: 1px solid #ccc;

}

#tabulkove-zobrazeni .suda{
 background-color: #ebebeb;
}

#tabulkove-zobrazeni .licha{
 background-color: #f0f5f9;
}

#tabulkove-zobrazeni td {
 text-align:left;
 padding:2px 5px;
 text-align:center;
 /*border-bottom: 2px solid #DDDBDB;*/
}

#tabulkove-zobrazeni td input {
  text-align:center;
}

#tabulkove-zobrazeni form {
  margin:0;padding:0;
}

#tabulkove-zobrazeni .kosik {
  border:0;
  width:27px;
  height:21px;
  cursor:pointer;
  background:url('tabulkove_kosik_suda.gif') top left no-repeat;
}

#tabulkove-zobrazeni .licha .kosik  {
  background:url('tabulkove_kosik_licha.gif') top left no-repeat;
}

#tabulkove-zobrazeni th {
 /*background-color: #DDDBDB;*/
 background:#c7c7c7;
 text-align:center;
 color:#fff;
 font-weight:bold;
 text-align:center;
 border:1px solid #fff;
  padding:3px 0;
}

#tabulkove-zobrazeni tr.sipky th {
  background:#fff;
}

#tabulkove-zobrazeni .submit{
  background: #f87501 url(kosik_2.gif) top left no-repeat;
  border:0;
  width:20px;
  line-height:15px;
  height:15px;
}
</pre></body></html>