div.tytul a:hover{
background-color: #BDBDBD;
}

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #97C994;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

ul.nav li {
  float: right;
}

ul.nav li a {
  display: block;
  color: #173B0B;
  text-align: center;
  padding: 0px 10px 10px 10px;
  text-decoration: none;
}

ul.nav li a:hover {
  background-color: #BDBDBD;
}


ul.nav li.right {float: right;
line-height: 2.5;}
ul.nav li.left {float: left;
line-height: 2.5;}

.tytul {font-family: Arial, Helvetica, sans-serif;
font-size: 125%;
color: #173B0B;
text-align: center;
padding: 0;
}

ul {
    list-style:none;
    padding-left:0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    align="justify";
}​

li
{
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  align="justify";
}

li span:before { /* the custom styled bullets */
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 50%;
  margin-bottom: 0px;
}


.tab1 {
border-collapse: collapse;}

.tab1 td, th {
    border: none;
    padding-left: 8px;
    padding-top: 8px;
    text-align: left;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.5;
  }


.tab2 {
border-collapse: collapse;
    }

.tab2 th, td {
        border: 1px solid #ddd;
        padding-left: 8px;
        padding-top: 8px;
        font-family: sans-serif;
        font-size: .9em;
      }

.tab2 tr {
font-size: .9em;
}

.tab2  tr:nth-child(even) {background-color: #f2f2f2;}

.tab2
    th {
        background-color:#21610B;
        color: white;
    }

.tabcentral td, th {
  border: none;
  padding-left: 8px;
  padding-top: 8px;
  text-align: center;
  font-family: sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
}

.tabtop {
background-color: #DAE9BC;
}

.tabtop th, td {
  border: 1px solid;
  padding-left: 8px;
  padding-top: 8px;
  text-align: center;
  font-family: sans-serif;
  line-height: 1.5;
}

.tabdef {
  border-collapse: collapse;

}

.tabdef th, td {
  border: none;
  padding-left: 8px;
  padding-top: 8px;
  text-align: left;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.tabeq {
  border-collapse: collapse;
  background-color: #ffffff;
}

.tabeq th, td {
  border: none;
  padding-left: 8px;
  padding-top: 8px;
  text-align: left;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
}


.theader {
border: none;
text-align: center;
}
