.currentP{margin-top:50%;}
.mobileP{display:none;}
.textFields{width:600px; margin:0 auto; clear:both;}
@media screen and (max-width: 700px) {
  div#edit-processed-text{width:400px;}
  div#edit-processed-text-01{width:400px; margin-left:10px;}
  .js-form-item.form-item.js-form-type-textfield{clear:left; padding-left:10px; margin-bottom:0em;}
  .js-form-item.form-item.js-form-type-select{clear:left; padding-left:10px; margin-bottom:0em;}
  div#edit-response{padding-left:10px;}
  div#edit-actions{padding-left:10px;}
  h2.webform-section-title{margin-bottom:0px;}
  section#edit-correspondence-type{padding-top:10px;}
  fieldset#edit-response--wrapper{margin-top:0em;}
  .currentP{display:none;}
  .mobileP{display:block; margin-top:50%; margin-bottom:0%; padding:0px;}
}
@media screen and (max-width: 375px) {
  div#edit-processed-text{width:300px; margin-left:10px;}
  div#edit-processed-text-01{width:300px; margin-left:10px;}
  .js-form-item.form-item.js-form-type-textfield{clear:left; padding-left:10px; margin-bottom:0em;}
  .js-form-item.form-item.js-form-type-select{clear:left; padding-left:10px; margin-bottom:0em;}
  div#edit-response{padding-left:10px;}
  div#edit-actions{padding-left:10px;}
  h2.webform-section-title{margin-bottom:0px;}
  section#edit-correspondence-type{padding-top:10px;}
  fieldset#edit-response--wrapper{margin-top:0em;}
  .currentP{display:none;}
  .mobileP{display:block; margin-top:50%; margin-bottom:0%; padding:0px;}
}