@media only screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 800px) {
	html {
		font-size: 1rem;
	}
	table {
		font-size: 2rem;
	}
}
