table { border: 1px solid gray; border-collapse: collapse; background: #ffc; }
table tr th { background: #cc0; }
table tr.dziel th { background: #aa0; }
table tr th, table tr td { border: 1px solid gray; padding: 3px;  }

table#rozpiska tr td { color: red; font-weight: bold; text-align: center; font-size: 1.3em; }
table#rozpiska tr.podprogiem  td { background: #ddd; color: #777; }
table#rozpiska tr td.wszedl { color: green; }
table#rozpiska tr td span.licz { color: black; font-weight: normal; font-size: 0.7em; }

table#wyniki tr td { text-align: center; font-size: 0.7em; }
table#wyniki tr.sum td.m_tak { background: #dfd; }
table#wyniki tr.sum td.m_nie { background: #fdd; }
table#wyniki tr td span.proc { color: brown; font-weight: bold; font-size: 1.4em; }
table#wyniki tr td span.przel { color: green; }
table#wyniki tr td span.mand { color: blue;  font-weight: bold; font-size: 1.4em; }

table#wyniki tr.total th { color: blue; }

a { color: blue; text-decoration: none; }
a:hover { text-decoration: underline; }

