/* Prepends text before 'Feed' display title on ASU Degrees node form */
#asu-ap-feed-node-form .fieldset-legend::before {
  content: "ASU Academic Programs ";
}

/* Accessibility fix - removed align=left from tables */
.field-name-field-asu-degree-example-careers table tr td,
.field-name-field-asu-ap-example-careers table tr td {
  text-align: left;
}
