@charset "UTF-8";

/* Special styling for Internet Explorer 11 */

/* Targets IE 10 and 11 */
@media all and (-ms-high-contrast:none) {
	/* IE 11 only */
    *::-ms-backdrop, html { overflow: visible !important; }
	*::-ms-backdrop, body { overflow: scroll !important; }
}
