/*
  CSS to hide other fields by default
*/
.field-type-taxonomy-or-other .form-type-textfield {
  display: none;
}
