.bd-share-container.horizontal .bd-share-facebook,
.bd-share-container.horizontal .bd-share-twitter,
.bd-share-container.horizontal .bd-share-google,
.bd-share-container.horizontal .bd-share-pinterest,
.bd-share-container.vertical .bd-share-facebook,
.bd-share-container.vertical .bd-share-twitter,
.bd-share-container.vertical .bd-share-google,
.bd-share-container.vertical .bd-share-pinterest{
	float:left
}

/* facebook */
.bd-share-container.horizontal .bd-share-facebook {
	width:80px;
	height:20px;
	margin-right:30px; 
	margin-bottom:10px;
	margin-top:-3px
}
.bd-share-container.vertical .bd-share-facebook {
	height:65px;
	margin-right:15px; 
	margin-bottom:8px;
}

/* FB recommend */
.bd-share div[data-action="recommend"] { width: auto !important; }

/* Twitter */
.bd-share-container.horizontal .bd-share-twitter {
	width:80px;
	height:20px;
	margin-right:35px; 
	margin-bottom:10px
}

.bd-share-container.vertical .bd-share-twitter {
	height:65px;
	margin-right:18px; 
	margin-bottom:8px;
}

/* Google */
.bd-share-container.horizontal .bd-share-google {
	width:80px;
	height:20px;
	margin-right:20px; 
	margin-top:1px; 
	margin-bottom:10px
}

.bd-share-container.vertical .bd-share-google {
	height:65px;
	margin-right:18px; 
	margin-top:1px;
}

/* Pinterest */
.bd-share-container.horizontal .bd-share-pinterest {
	display:block;
	width:80px;
	height:20px;
	margin-right:0px; 
	margin-top:1px; 
	margin-bottom:10px
}

.bd-share-container.vertical .bd-share-pinterest {
	display:block;
	height:65px;
	margin-top:3px!important;
	margin-right:0px; 
}

.bd-share-text {font-weight: bold}