  h1 {

	text-align: left;

  font-size: 34pt;

  font-weight: bold;

  color: black;

  font-style: italic;

  margin-left: 50px;

}



 p.opis {

  font-weight: normal;

   line-height: 0.9;

   margin-top: -20px;

}







th, td {

  text-align: left;

  font-size: 18pt;

  font-weight: bold;

  color: black;

  padding: 8px;

  border-bottom: 0px solid black;

}



table {

  width: 100%;

  border-collapse: collapse;

  margin-bottom: 20px;

}

 

  table tr td:first-child {

    text-align: left;

	margin-left: 20px;;

}

 

 table tr td:last-child {

    text-align: center;

}





table tr td:nth-child(2) {

    text-align: center;

}



th, td {

  text-align: left;

  font-size: 18pt;

  font-weight: bold;

  color: black;

  padding: 8px;

  border-bottom: 0px solid black;

}





th {

  background-color: #f2f2f2;

}



@media (max-width: 767px) {

  table {

    display: block;

    overflow-x: auto;

    white-space: nowrap;

  }

  



  



  





