.contrast.hide {
	display: inline-block;
}

.contrast.view {
	display: none;
}

html,body {
	font-size: 16pt;
	/*filter: grayscale(1);*/
}

body > * {
	filter: grayscale(1);
}