.social{
    height:84px;
    margin-bottom: 30px;
    margin-left:50px;
    overflow: hidden;
}
.social.horizontal{
    height:21px;
}
.facebookLike{
	height:21px; 
	margin-bottom:10px;
	display:block;
}
.social.horizontal .facebookLike{
    float:left;
    margin-right:4px;
}

.twitterFollow{
	height:21px; 
	margin-bottom:10px;
	margin-top: 1px; 
	width: 121px;
	display:block;

	iframe{
		position: relative;
		height: 3px;
	}
}
.social.horizontal .twitterFollow{
    float:left;
    margin-right: 4px;
    width:67px;
}

.googlePlusOne{
	height:21px;
	margin-bottom:10px;
	margin-top: 1px; 
	width: 10px;
	display:block;

	div{
		margin-top: 1px;
	}
}
.social.horizontal .googlePlusOne{
    float:left;
}