table.cenik {
  font-size: 16px;
  width: 310px;
  margin-bottom: 8px;
  text-align: left;
  background-color: #f6f9f9;
  border: 2px solid #A2AF4A;
  color: #000;
}

table.cenik2 {
  width: 450px;
}

table.cenik tr td {
  padding:4px;
}

table.cenik tr.aa {
  background-color: #fff;
}

table.cenik tr th {
  background-color: #E8F2F2;
}

table.cenik tr td, table.cenik tr th {
  padding-left: 20px;
}


.ad1 a {
  font-size: 18px;
  font-weight: bold;
}

.online-form {
  padding: 10px 10px;
  border: 2px solid #A2AF4A;
  margin-bottom: 12px;
  background-color: #f6f9f9;
}

.online-form a {
  font-size: 16px;
  font-weight: bold;
}

.online-form table td.bb {
  padding-left: 5px;
}

.info-text {
  text-align: center;
  text-decoration: underline;
  padding: 15px 8px;
  font-size: 18px;
  color: #F2660C;
}

.info-text a {
  font-weight: bold;
  font-family: \"Arial Bold\", \"Arial CE\", arial;
}

.info-text a:hover {
  color: #fff;
  background-color: #F2660C;
}