#fbSnippet {
	margin-top:60px;
	padding: 12px 12px 12px 12px;
}
.fb-preview {
	box-shadow: 0px 15px 35px rgba(50, 50, 93, 0.1);
	border-radius: 4px;
	border: 1px solid #DDDFE2;
	padding:10px;
	background-color: #fff;
}
.fb-author-avatar {
	width:40px;
	height:40px;
	border-radius: 50%;
	float:left;
	margin-right: 8px;
}
.fb-author-name {
	font-weight: bold;
	color:#3A5B95;
}
.fb-text {
	font-size: 14px;
	line-height: 19px;
	margin:12px 0;
}
.fb-title {
	font-family: Georgia, serif;
	font-size:18px;
	line-height: 22px;
	color:rgb(29, 33, 41);
}
.fb-img {
	width:100%;
	height: 249px;
	background-size: cover;
}
.fb-domain {
	margin-top:12px;
	font-size: 12px;
	text-transform: uppercase;
}
.fb-button {
	background-color: #F6F7F9;
	padding: 0 8px;
	float:right;
	font-size:12px;
	line-height: 22px;
	font-weight: bold;
	border-radius: 2px;
	border:1px solid rgb(206, 208, 212);
	color:rgb(75, 79, 86);
	margin-top: 8px;
}
.fb-content {
	border: 1px solid #DDDFE2;
}
.fb-wrapper {
	padding:10px;
}
