@charset "utf-8";
/* CSS Document */
body {
	overflow: hidden;
}

@media (max-width: 500px) {
	th.gdlr-table-score:nth-last-child(3) {
		display: none;
	}
	th.gdlr-table-score:nth-last-child(2) {
		display: none;
	}
	td.gdlr-table-score:nth-last-child(3) {
		display: none;
	}
	td.gdlr-table-score:nth-last-child(2) {
		display: none;
	}
}
@media (max-width: 400px) {
	.gdlr-table-score {
		display: none;
	}
	.gdlr-table-score:last-child {
		display: table-cell;
		width: 83%;
	}
	.gdlr-league-table .gdlr-table-p {
		width: 15%;
	}
	.gdlr-league-table td:first-child {
		padding: 0 10px;
	}
	#gridxml td:nth-last-child(2) {
		display: none;
	}
	#gridxml .pager td:nth-last-child(1) {
		display: table-cell;
	}
	#gridxml td:first-child {
    	padding: 0 10px;
	}
}