
#leaderBoard td.player{
	width:215px;
}

#leaderBoard td.points{
	text-align:right;
	width:90px;
}

#gameList{
	margin-top:20px;
}

div.game{
	margin-bottom:40px;
}

div.gameContent{
	display:flex;
	flex-direction:row;
	min-width:990px;
}

div.images i{
  font-size:1.5rem;
}

div.game > span{
	font-size:3rem;
	font-weight:bold;
	font-style:italic;
	display:inline-block;
}

div.game a{
	text-decoration:none;
}

div.gameContent div.images{
	width:275px;
}

div.gameContent div.rules{
	width:200px;
	font-size:1.6rem;
	margin-right:10px;
	
}

div.gameContent div.rules strong{
  font-size:2rem;
}

a.manual{
	font-size:1.75rem;
	font-style:italic;
}

div.scores table thead th:first-child{
	text-align:left;
}

div.scores table thead th{
	text-align:right;
}

div.scores table td.score,
div.scores table td.points {
	text-align:right;
}

div.scores table td.player{
	width:175px;
}

div.scores table td.score{
	width:135px;
}

div.scores table td.points{
	width:90px;
}

div.homeLink{
  position:fixed;
  bottom:-23px;
  font-size:1.2rem;
  height:40px;
}

div.homeLink a{
  text-decoration:none;
  background-color:transparent;
}



