.formfield-table {
  width: 100%;
}
.formfield-table input {
  width: 100% !important;
}
.formfield-table label {
  display: block;
}
.formfield-table input,
.formfield-table select {
  display: block;
  width: 100%;
}
.formfield-table .hide {
  display: none;
}
