
#comics-index .comics-index
{
	background-color: none;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
}

#comics-index .comics-index table tr { border: none; }
#comics-index .comics-index table .preview-cell {	border-right: rgb(200, 200, 200) 1px dotted; }

#comics-index .comics-index table .preview-cell img
{
	border: none;
	border-radius: 10px;
	box-shadow: none;
	text-shadow: none;
	max-width: 150px;
	cursor: pointer;
}

#comics-index .comics-index table .preview-cell .button div
{
	padding: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	background-color: rgb(225, 225, 225);
	background-color: rgb(241, 107, 63);
}

#comics-index .comics-index table .preview-cell .button a
{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	color: rgb(241, 107, 63);
	color: rgb(255, 255, 255);
	outline: none;
}