body {
	background: #292c33 url("/dice/dinohunt/img/bg.jpg");
	color: #000000;
}

a:link { color: #337c1d; }
a:visited { color: #6b5725; }

#content {
	background-color: #ffffff;
	border: 5px solid #c6d82e;
}

ul {
	list-style-image: url("/dice/dinohunt/img/apat.png");
	list-style-position: outside;
}

ul ul, .dinolist {
	list-style-image: url("/dice/dinohunt/img/rex.png");
}

#footer {
	margin: 1em 0;
}

.cardlist {
	width: 45%;
	border: none;
	border-spacing: 0;
	margin-bottom: 1em;
}

.cardlist tr:nth-child(6n+3), .cardlist tr:nth-child(6n+4), .cardlist tr:nth-child(6n+5) { background-color: #eeeeee; }
.cardlist td { padding: 0 1em; }

.fl { float: left; margin-right: 1em; }
.fr { float: right; margin-left: 1em; }

.textright { text-align: right; }
