FORM {
  display: inline;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}
TEXTAREA {
  width: 100%;
  font-size: 11px;
}

/* below are used in PWA form*/
td.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}
td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}
td.fieldValue {
  font-size: 12px;
}
.inputRequirement{
  color: #005EA7;
  font-size: 11px;  
}