.alternate {
	background-color: #eee;
}

.leaderboardTable {
	width: 100%;
	margin-bottom: 10px;
	table-layout: fixed;
}

.leaderboardTable tbody tr:first-child {
	border-top: 2px solid #ccc;	
}

.leaderboardTable tbody tr:last-child {
	border-bottom: 2px solid #ccc;	
}

/*.leaderboardTable td:first-child {
	min-width: 50px;
}*/

.leaderboardTable td {
	border-right: 2px solid #ccc;
	vertical-align: middle;
	padding: 2px 5px;
}

.leaderboardTable td:last-child {
	border-right: 0px;
}

.playerNameCell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*width: 100%;*/
}

.rankCell {
	width: 60px;
	text-align: center;
}

.scoreCell {
	width: 60px;
	text-align: right;
}

.changeCell {
	width: 60px;
	text-align: center;
}

.percentCell {
	text-align: right;
}

.iconCell {
	width: 67px;
}

.pageItem {
	margin-right: 6px;

	/* Use larger text on mobile for better tapping */
	<?php if(IsOnMobileBrowser()): ?>
	font-size: 2em;
	<?php else: ?>
	font-size: 1.25em;
	<?php endif; ?>
}

.currentPage {
	text-decoration: underline;
}

.deltaUp {
	color: green;
}

.deltaDown {
	color: red;
}