/* prevent input fields from being set to a percentage, such as 95% */
div.form-item input.phone-field-textfield {
  width: auto;
}

