.swatch {
	float: left;
	width: 120px;
	height: 180px;
	padding: 8px;
	margin: 7px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.swatch img {
	margin: 5px auto;
	float: left;
	width: 120px;
	height: 120px;
}

.swatch .grammarName {
	font-size: 15px;
	text-align: center;
}

.swatch .userName {
	font-size: 14px;
	text-align: center;
	color: dimgrey;
	font-style: italic
}

.userLink {
	color: rgba(50, 120, 210, .6);
	font-style: italic
}
.userLink:hover {
	color: rgba(50, 180, 250, 1);
	
	font-style: italic
}

#siteInfo {
	padding: 6px;
}
#siteInfo .title {
	font-size: 16px;
	color: dimgrey;
}
#siteInfo .details {
	font-size: 12px;
	font-style: italic;
	color: darkgrey;
}
