
#comics-index .comics-index table td, #comics-index .comics-index table th, 
#games-index .games-index table td, #games-index .games-index table th
{
	border: rgb(100, 100, 100) 1px dotted;
}

#comics-index .comics-index table tr, 
#games-index .games-index table tr
{
	border: rgb(100, 100, 100) 1px solid;
}

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

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

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

#comics-index .comics-index .comic table tr, 
#games-index .games-index .game table tr
{
	border: none;
}

#comics-index .comics-index table .preview-cell, 
#games-index .games-index table .preview-cell
{
	width: 150px;
}

#comics-index .comics-index table .preview-cell .button div, 
#games-index .games-index table .preview-cell .button div
{
	cursor: pointer;
	font-family: "Arial Black", "Arial";
	font-weight: bold;
	height: 25px;
	min-width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-appearance: none;
	font-size: 0.9rem;
	color: rgb(85, 22, 5);
	background-color: rgb(253, 217, 120);
	background-image: none;
	border-radius: 5px;
	
	border: solid 1px rgb(85, 22, 5);
	box-shadow: 2px 2px 0px rgb(85, 22, 5), 
					-2px 2px 0px rgb(85, 22, 5), 
					-2px -2px 0px rgb(85, 22, 5), 
					2px -2px 0px rgb(85, 22, 5), 
					0px 2px 0px rgb(85, 22, 5), 
					0px -2px 0px rgb(85, 22, 5), 
					2px 0px 0px rgb(85, 22, 5), 
					-2px 0px 0px rgb(85, 22, 5), 
					0px 0px 8px rgb(221, 51, 25), 
					0px 0px 8px rgb(221, 51, 25), 
					0px 0px 8px rgb(221, 51, 25), 
					0px 0px 8px rgb(221, 51, 25), 
					0px 0px 8px rgb(221, 51, 25);
}

#comics-index .comics-index table .preview-cell .button div:hover, 
#games-index .games-index table .preview-cell .button div:hover
{
	box-shadow: 2px 2px 0px rgb(85, 22, 5), 
					-2px 2px 0px rgb(85, 22, 5), 
					-2px -2px 0px rgb(85, 22, 5), 
					2px -2px 0px rgb(85, 22, 5), 
					0px 2px 0px rgb(85, 22, 5), 
					0px -2px 0px rgb(85, 22, 5), 
					2px 0px 0px rgb(85, 22, 5), 
					-2px 0px 0px rgb(85, 22, 5), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49);
}

#comics-index .comics-index table .preview-cell img, 
#games-index .games-index table .preview-cell img
{
	border: 1px white solid;
	box-shadow: 5px 5px 5px rgb(0, 0, 0);
	-webkit-text-shadow: 5px 5px 5px rgb(0, 0, 0);
	text-shadow: 5px 5px 5px rgb(0, 0, 0);
}

#comics-index .comics-index table .preview-cell .button a, 
#games-index .games-index table .preview-cell .button a
{
	-webkit-text-shadow: none;
	text-shadow: none;
	color: rgb(85, 22, 5);
}

#comics-index .comics-date, 
#games-index .games-date
{
	color: rgb(255, 204, 102);
}
