/*
 * Embreadly CSS
 */

/* Embeds are always blocks alone */
.an-embed,
.an-failed-embed,
.an-rich-embed {
 	clear: both;
 	width: 100%;
 	margin: 10px 0;
}
/* Styling */
.an-embed,
.an-failed-embed {
 	border-bottom: 1px solid #B3B3B3;
 	padding-bottom: 2px;
}

.embed-provider {
	color: gray;
	display: inline-block;
	font-variant: small-caps;
	margin-right: 5px;
}

.embed-thumb {
	float: left;
	margin-right: 1em;
	width: 230px;
}

.embed-title a {
	text-decoration: none;
	color: #434343;
	font-size: 14px;
	line-height: 1em;
}

.embed-desc {
	color: #434343;
	font-size: 12px;
	line-height: 1.5em;
}

.embed-big .embed-title,
.embed-big .embed,
.an-failed-embed {
	text-align: center;
}

/* amazon fix */
.an-rich-embed h3 {
	line-height: 1em;
}

/* floaty fix */
.suggestion-content .embed-title {
	clear: none;
	margin-bottom: 2px;
}