#ph_signup_form table td.label{min-width:auto !important;width:auto !important;}
#ph_signup_form table td.field{min-width:auto !important;width:auto !important;}
#ph_signup_form table td.field input{box-sizing:border-box;max-width:300px;width:100%;}
#ph_signup_form input[type="button"],
#ph_signup_form input[type="submit"],
#ph_signup_form input.input_button{-moz-appearance:none;-webkit-appearance:none;}

#ph_site_content{padding:0 0 25px;}

@media screen and (max-width:990px), screen and (max-device-width:990px){
    .rwd-body #ph_site_content{box-sizing:border-box;padding:0 0 25px;}

    .rwd-body #ph_signup_form table td.label{min-width:30% !important;width:30% !important;}
    .rwd-body #ph_signup_form table td.field{min-width:65% !important;width:65% !important;}
}