/* 
This is needed to avoid FOUC in IE11
See https://github.com/jhildenbiddle/css-vars-ponyfill/issues/55
*/
body {
	display: none; /* Legacy */
	display: var(--skip, block);
}
