.card-container{
	width: 600px;
}

.card{
	height: 122px;
	width: 194px;
	margin: 2px;
}

.card > figure.front{
	padding: 0px;
}

.card > figure.front > img{
	max-height: 60px;
	max-width: 140px;
}

.card > figure.front > figcaption{
	font-size: 16px;
	font-weight: bold;
}

.card > figure.back div.thumb img{
	height: 99px;
	width: 194px;
}

.card > figure.back figcaption{
	height: 23px;
	padding: 3px 0px;
	font-size: 16px;
}

#zoom-window {
	padding-top: 100px;
}

#zoom-window > figure{
	padding: 30px;
	max-width: 1200px;
	max-height: 90%;
}

#zoom-window > figure > div.close-button-container {
	top: 15px;
	right: 60px;
}

#zoom-window > figure > figcaption{
	padding: 30px;
}