/* Microsoft Ie10 and Above- @supports method */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#imFooter_pluginAppObj_07 {
		overflow-x: hidden;
	}
}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
	#imFooter_pluginAppObj_07 {
		overflow-x: hidden;
	}
}
