/**
 * Kamil Burek, kb[shift+2]kamilb.info
 * March 2010
 * Last update: 2010-10-11
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://kwiatek.edu.pl/plan/"),
               url-prefix("http://planlekcji.i-lo-debica.pl/"),
               url-prefix("http://www.zszpustkow.emil.tnp.pl/plan/"),
               url-prefix("http://fotospokojna.com/orgroku/plan/") {

  /* plan lekcji */
  html { height: 100% !important; width: 100% !important; display: table !important; }
  body { display: table-cell !important; vertical-align: middle !important; }
  body > div { margin: 0px auto !important; }

  table[class="tabtytul"] { display: none !important; }
  body > div > table > tbody > tr:nth-child(2),
  body > div > table > tbody > tr:nth-child(3) { display: none !important; }

  body {
    background: #fff url('http://repo.kamilb.info/stylish/kwiatek/bg.jpg') repeat-x scroll top left !important;
    background-attachment: fixed !important;
  }

  * { color: #ccc !important; }
  body > div > table > tbody > tr > td > table { border: 5px solid #361212 !important; }
  table[class="tabela"] * { border: 0 !important;  font-weight: normal !important }
  table[class="tabela"] th { background-color: #111 !important; font-weight: bold !important; }
  table[class="tabela"] td { background: inherit !important; padding: 4px 10px !important; }
  table[class="tabela"] tr:nth-child(even) { background-color: #222 !important; }
  table[class="tabela"] tr:nth-child(odd) { background-color: #111 !important; }
  table[class="tabela"] tr:hover { background-color: #333 !important; }
  table[class="tabela"] tr:hover a { color: #ccc !important; }
  table[class="tabela"] a { color: #761212 !important; text-shadow: black 1px 1px; }
  table[class="tabela"] a:hover, table[class="tabela"] a:focus { font-weight: bold !important; }

  h4 { margin: 4px !important; }
  ul, li { list-style: none !important; }
  li { margin: 0 0 1px -39px !important; padding-right: 2px !important; text-align: right !important; width: 141px !important; }
  li:nth-child(even) { background-color: #222 !important; }
  li:nth-child(odd) { background-color: #111 !important; }
  li:hover { background-color: #333 !important; }
  li:hover a { font-weight: bold !important; }

  * { text-decoration: none !important; }

  body > div:after {
    content: 'modified by Mestiso [mestiso.pl]';
    color: #561212;
    font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, 
      "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 9px;
    text-shadow: black 1px 1px;
    position: fixed; bottom: 7px; right: 7px;
  }

  /* Twoja klasa */
  a[href*="o22"] { font-weight: bold !important; }
}