// RTL from original less file of same name which cannot be intelligently removed.  CSS Flip process would probably not affect the original.
#page-report-participation-index.dir-ltr .participationselectform div label[for=menuinstanceid] {
  margin-left: 0px; // No left margin for LTR.
}

#page-report-participation-index.dir-rtl .participationselectform div label[for=menuinstanceid] {
  margin-right: 0px; // No right margin for RTL.
}
