#fouc {
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
	display: block;
	background: white;
	opacity: 1.0;
	z-index: 37100;
	transition: opacity 0.58s ease-in;
}
#fouc.clear {
	opacity: 0.0;
}
#fouc.ready {
	display: none;
}