#petition_message {
  font-size: 21px;
  line-height: 28px;
  font-family: var(--main-font);
  font-weight: var(--semi-bold-font-weight);
}

#petition_form .desktop-feature {
  font-size: 12px;
  line-height: 18px;
  color: #dcdcdc;
  text-align: left;
  margin-left: 15px;
  margin-top: -5px;
}

#petition_sign_message {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
}

#email_error, #age_error, #no_error {
  color: #ff8000;
  font-family: var(--main-font);
  font-weight: var(--bold-font-weight);
  display: none;
}

.grey_input {
  width: 160px;
  height: 34px;
  margin-bottom: 10px;
}

.dropdown {
  width: 100px;
  height: 34px;
  background-color: #e2e4e3;
  color: #595959;
  margin-bottom: 10px;
}

#gobutton {
  min-width: 100px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: var(--main-font);
  font-weight: var(--semi-bold-font-weight);
}
