
#games-index .games-index .game
{
	background-color: rgba(0, 0, 0, 0.6); 
	border-radius: 10px; 
	margin-bottom: 20px; 
	padding: 10px; 
}

#games-index .games-index .game table { margin-bottom: 20px; }

#games-index .games-index table td, #games-index .games-index table th
{
	border: none; 
	padding: 10px; 
}

#games-index .games-index table tr { border: none; }

#games-index .games-index table .preview-cell .button div
{
	border-radius: 10px; 
	border: solid 2px rgb(241, 170, 41);
	
	background-image: -webkit-linear-gradient(top, rgb(243, 198, 109) 10%, 
												rgb(255, 253, 249) 47%, 
												rgb(207, 146, 34) 50%, 
												rgb(238, 183, 77) 100%);
	background-image: linear-gradient(to bottom, rgb(243, 198, 109) 10%, 
												rgb(255, 253, 249) 47%, 
												rgb(207, 146, 34) 50%, 
												rgb(238, 183, 77) 100%);
	
	 box-shadow: 3px 3px 5px #000000;
  	-moz-box-shadow: 3px 3px 5px #000000;  
  	-webkit-box-shadow: 3px 3px 5px #000000; 
}

#games-index .games-index table .preview-cell .button a
{
	text-decoration: none;
	font-style: normal; 
	font-weight: bold; 
	color: rgb(242, 98, 33); 
	outline: none; 
	-webkit-text-shadow: 1px 1px 1px rgb(0, 0, 0), -1px -1px 1px rgb(0, 0, 0), -1px 1px 1px rgb(0, 0, 0), 1px -1px 1px rgb(0, 0, 0), 2px 2px 2px rgb(0, 0, 0); 
	text-shadow: 1px 1px 1px rgb(0, 0, 0), -1px -1px 1px rgb(0, 0, 0), -1px 1px 1px rgb(0, 0, 0), 1px -1px 1px rgb(0, 0, 0), 2px 2px 2px rgb(0, 0, 0); 
}