body {
  font-family: Poppins, sans-serif;
  background-color: #f0f3ef !important;
}

#content {
  width: auto !important;
}

.poradna-container {
  padding-top: 1em !important;
}

#poradna-question-form #poradna-question-input {
  border: 2px solid #000 !important;
  border-radius: .33em !important;
}

#poradna-answer:not(:empty) {
  background-color: #fff !important;
  border-radius: .33em !important;
  padding: 1em !important;
}

.button, button, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="submit"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
  border-radius: .7em !important;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
  border: 2px solid #7fc1bb !important;
}

#poradna-review-button {
  background-image: none !important;
  padding-right: 0 !important;
}

#poradna-question-submit {
  background-position: .5em .3em !important;
  width: 6.8em !important;
  height: 1.8em !important;
  padding: .1em 1em .2em 2em !important;
}

#poradna-review-form .inputs button {
  width: 26%;
  font-weight: 400;
  margin-right: 0 !important;
}

@media only screen and (width <= 40em) {
  #poradna-question-submit {
    height: 1.9em !important;
    padding-left: 2.1em !important;
  }

  #poradna-review-form .inputs button {
    width: 100%;
  }
}

