<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.informatory, table.wpisy{
  text-align: left;
  width: 99%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

table.informatory td.header{
  height: 21px;
  background: #df8141;
}
table.wpisy{
  font-family: Tahoma, "Arial CE";
  font-size: 11px;
  text-align: center;
  border: 0px groove #224b8b;
}

table.wpisy td{
  border: 1px solid #fff;
  border-right: 0 solid #fff;
  background: url('../images/chckmark.gif') center center no-repeat #ffd6bb;
  text-align: left;
}

table.wpisy td.header, table.wpisy td.header2{
  height: 21px;
  background-color: #cfd8e6;
  font-weight: bold;
  color: #224b8b;
  border-color: #fff;
  height: 25px;
  background-image: none;
  padding-left: 5px;
}

table.wpisy td.header2{font-weight: normal;}
table.wpisy td.clear{
  background-color: #eee;
  border: 0px solid #ddd;
  border-left: 1px solid #fff;
  background-image: none;
}

ul.wpisy{text-align: left}
ul.wpisy li{margin: 6px 6px 10px 6px;}
ul.wpisy li p{
  font-family: Verdana,Tahoma,ArialCE,HelvaticaCE,Arial,Helvetica,sans-serif;
  text-align: justify;
  background: #dadcf6;
  padding: 5px;
  border: 1px solid #91a3cf;
  font-size: 12px;
  color: #000;
}
</pre></body></html>