#highScoresTable{
	border-collapse:collapse;
	/*margin-top:1.2em;
	margin-right:0.5em;*/
	margin-right:0.5em;
	/*margin-bottom:2em;*/
	
}
#highScoresTable tr:nth-child(even){
	background: #CCC;
}
#highScoresTable tr:nth-child(odd){
	background: #FFF;
}
#highScoresTable th{
	background-color:#ADCFC2;
}

#highScoresTable tr td,#highScoresTable tr th{
	height:3em;
	border:1px solid black;
}

.centerImage{
	margin-left: auto;
	margin-right:auto;
	display: block;
}
#highScoresTable tr{
	height: 3em;
}

#highScoresTable tr td,#highScoresTable tr th{
	text-align:center;
}

#adsImage{
	max-height:30em;
	max-width:100%;
}
.pullDownImage{
	position:relative;
	top:6px;
}