/*
* Main CSS file for WP Discogs Plugin Styles
*/

.discogs_card {
	font-size: 0.7em;
	padding: 6px;
	width: 250px;
	height: 270px;
	float: left;
	border: 1px solid #cccccc;
	background: #eeeeee;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
}


.discogs_card_modal {
	width: 800px;
	height: 1000px;
	font-size: 0.7em;
	padding: 6px;
	background: #eeeeee;
	text-align: center;
}
