
div.card {
	border: 2px solid gray;
	margin-bottom: 10px;
	width: 300px;
}

div.cardselected {
	border: 2px solid gray;
	margin-bottom: 10px;
	width: 300px;
	background-color: #ff8;
}

img.cardimage {
	border: none;
	width: 90px;
	height: 60px;
}

div.cardname {
	font-size: 1.5em;
	font-weight: bold;
}

div.cards a {
	text-decoration: none;
}