/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#seeker .seeker-form {
  padding: 20px;
  background: #f1f1f1;
}

#seeker .seeker-grupo {
  margin-top: 20px;
  margin-bottom: 20px;
}

#seeker .form-label.nowrap {
  white-space: nowrap;
}

@media (max-width: 560px) {
  #seeker .form-label.nowrap {
    white-space: nowrap;
  }

  #seeker .form-label.nowrap span {
    display: block;
  }
}

@media (max-width: 375px) {
  #seeker .form-label span {
    display: block;
  }
}
