@media screen and (max-width: 620px) {
  table.formTable tr {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    border-bottom: 0;
  }
  form input[type=text],
  form textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit],
  form input[type=reset],
  form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
  form input[type=submit] {
    margin-bottom: 1em;
  }
  .input {
    margin-bottom: 0;
  }
  .input2 {
    display: inline-block;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=form_responsive.css.map */