/* Used to style hover text (which uses the abbr tag).*/
u.dotted{
  border-bottom: 1px dashed #999;text-decoration: none;
}
/*MHS position selection table on Institutional Responsibilities page - space between rows*/
[aria-labelledby="_Disclosure Certification.customAttributes.disclosureCertificationCustomExtension.customAttributes.mhsPositionsHeld_clientSideError"]{
  border-collapse: separate;
  border-spacing: 0 1.5em;
}
/*MHS position selection table on Institutional Responsibilities page - vertical align rows to top*/
[aria-labelledby="_Disclosure Certification.customAttributes.disclosureCertificationCustomExtension.customAttributes.mhsPositionsHeld_clientSideError"] .EntitySetMemberRow{
  vertical-align: top;
}