@charset "UTF-8";
table.pricing {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table.pricing * {
  position: relative;
}
table.pricing td, table.pricing th {
  padding-left: 8px;
}
table.pricing thead tr {
  height: 60px;
  background: rgb(122, 185, 70);
  font-size: 16px;
  color: white;
}
table.pricing tbody tr {
  height: 48px;
  border-bottom: 1px solid #E3F1D5;
}
table.pricing tbody tr:last-child {
  border: 0;
}
table.pricing td, table.pricing th {
  text-align: center;
}
table.pricing td.l, table.pricing th.l {
  text-align: right;
}
table.pricing td.c, table.pricing th.c {
  text-align: center;
}
table.pricing td.r, table.pricing th.r {
  text-align: center;
}

@media screen and (max-width: 35.5em) {
  table.pricing {
    display: block;
  }
  table.pricing > *, table.pricing tr, table.pricing td, table.pricing th {
    display: block;
  }
  table.pricing thead {
    display: none;
  }
  table.pricing tbody tr {
    height: auto;
    padding: 8px 0;
  }
  table.pricing tbody tr td {
    padding-left: 45%;
    margin-bottom: 12px;
  }
  table.pricing tbody tr td:last-child {
    margin-bottom: 0;
  }
  table.pricing tbody tr td:before {
    position: absolute;
    font-weight: 700;
    width: 40%;
    left: 10px;
    top: 0;
  }
  table.pricing tbody tr td:nth-child(1):before {
    content: "Kalorie";
  }
  table.pricing tbody tr td:nth-child(2):before {
    content: "Tydzień/dzień";
  }
  table.pricing tbody tr td:nth-child(3):before {
    content: "Miesiąc/dzień";
  }
}
.ui-state-disabled:before {
  content: none !important;
}

table.ui-datepicker-calendar {
  display: table !important;
}

.bgpricing {
  width: 100%;
  background: url("/img/bgdietsection.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bgpricing h1 {
  margin-top: 100px;
  font-weight: 600;
}

.h1 {
  margin-top: 150px;
}/*# sourceMappingURL=pricing.css.map */