@charset "UTF-8";

body {
	background: black;
	color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.caption-box {
	font-size: larger;
	text-align: center;
	padding-bottom: 15px;
}

.image-wrapper {
	text-align: center;
	margin-bottom: 20px;
}

.image-display {
	border: 1px solid #999999;
	padding: 5px;
	max-width: 100%;
	cursor: pointer;
}

.variants {
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #78A9EE;
}

a:hover {
	color: #82A3FF;
	text-decoration: underline;
}

.stats {
	text-align: center;
	font-size: smaller;
}

.meta-table {
	margin: 0 auto;
	max-width: 500px;
	text-align: left;
}

.cellimage {
	border-color: #7f7f7f;
	border-width: 1px;
	border-style: solid;
}

.cellimage:hover {
	border-color: #b1c4e1;
	border-width: 1px;
	border-style: solid;
}