
/* using Only adress IE 11/10 cs hack */
/* from: https://krony.de/css-hacks-selektoren-fuer-microsoft-edge-spartan-ie11-ie10-und-ie9.html */

/* align "sticky" containers in top - sticke is irgnored anyway in IE11, so we will at least try to align the containers in strait line... */
_:-ms-lang(x),
#sponsors-container,
#utility-container,
/* #search-panel, */
#search-result-top-panel {
	top: 0rem;
} 

_:-ms-lang(x),
#overlayStripe {
	display: none;
}