  table#cennik {
    width: 480px;
    font-size: 12px;
    font-family: Verdana;
    border: 1px solid #dededd;
  }
  td, tr, table {
    border-collapse: collapse;
  }
  tr.szary {
    background-color: #dededd;
  }
  tr.bialy {
    background-color: #fff;
  }
  tr.section td {
    text-align: center;
    color: #a72721;
    font-weight: bold;
    text-decoration: underline;
  }
  tr.bialy td.right {
    border-left: 1px solid #dededd;
  }
  tr.szary td.right {
    border-left: 1px solid white;
  }
