/* share button */
.fb-share {
	cursor: pointer;
	color: #3b5998;
	border: 1px solid #cad4e7;
	background: #eceef5 url("https://www.homebuilding.co.uk/wp-content/mu-plugins/facebook-social/gfx/f_logo.png") no-repeat 5px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 4px 0 4px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	height: 18px;
	padding-left: 20px;
	position: relative;
	top: -2px;
	display: inline-block;
	width: auto;
}
.fb-share:hover {
	border-color: #9dacce;
}

/* fluid width comments */
.fb-comments, .fb-comments > span,
.fb-comments iframe[style] {
	width: 100% !important;
}
