div {
	display: none;
	text-align: center;
	margin: 20%;
	font-size: 32px;
	color: #1f1f1f;
	font-family: sans-serif;
}
.no-flexboxlegacy div#ie11,
.websockets.no-webgl div#ie10,
.canvas.no-websockets div#ie9,
.hashchange.no-canvas div#ie8,
.no-hashchange div#ie7 {
	display: block;
}

.no-flexboxlegacy body {
	background: rgb( 233, 83, 255 );
}
.websockets.webgl body {
	background: rgb( 233, 83, 255 );
}
.websockets.no-webgl body {
	background: rgb( 255, 249, 83 );
}
.canvas.no-websockets body {
	background: rgb( 83, 111, 255 );
}
.hashchange.no-canvas body {
	background: rgb( 83, 255, 95 );
}
.no-hashchange body {
	background: rgb( 255, 83, 83 );
}