.xs-show { display: none; }
/* xl */
@media (min-width: 1000px) {
	html, body { font-size: 20px; }
}

/* lg */
@media (max-width: 999px) and (min-width: 781px) {
	html, body { font-size: 16px; }
}

/* md */
@media (max-width: 780px) and (min-width: 551px) {
	.md-hide { display: none; }
	.split-left { border: none; }
	[class*="gamepoints"] { width: 7px; height: 7px; margin: 0; }

}

/* sm */
@media (max-width: 550px) {
	.sm-hide { display: none; }
	.split-left { border: none; }
	[class*="gamepoints"] { display: block; margin: 0 0 0 3px; width: 7px; height: 7px; }
}

/* xs */
@media (max-width: 430px) {
	.xs-hide { display: none; }
	td.xs-show, th.xs-show { display: table-cell; }
	[class*="gamepoints"] { width: 4px; height: 4px; }

}
