
/* prevent "i" button from floating above everything when in edit mode */
.social-share-privacy.editmode .social_share_privacy_area li.settings_info .settings_info_menu {
	z-index:0 !important;
}
/* adjust z-indexes for the "i" and popup help elements in order to not float above the top edit bar
   it should be below 100 to not interface with c5 elements */
.social_share_privacy_area li.settings_info .settings_info_menu, .social_share_privacy_area li.help_info .info, .social_share_privacy_area li .help_info.icon .info {
	z-index:3 !important;
}