/*
Notes:

Buttons require widths to be set to match display

1em = 14px
Default widths:
	Facebook = button_ena:	83px
	Twitter = button_duo:	62px
	Google+ = button_tri:	90px
	Pinterest = button_tes	40px
	Email = button_pen:		36px
Zero count widths:
	Facebook = button_ena:	78px
	Twitter = button_duo:	78px
	Google+ = button_tri:	58px
	Pinterest = button_tes	40px
	Email = button_pen:		36px
Dummy button:
	button_eks

*/
div.mr_social_sharing.button_ena { width: 5.9286em; }
div.mr_social_sharing.button_duo { width: 4.4286em; }
div.mr_social_sharing.button_tri { width: 4.1429em; }
div.mr_social_sharing.button_tes { width: 2.8571em; }
div.mr_social_sharing.button_pen { width: 2.5714em;}
div.mr_social_sharing.button_eks { display: none; }

/* Other overrides */
div.mr_social_sharing_wrapper {
	border: 0;
	height: auto;
	line-height: 0;
	margin: 0;
	padding: 0;
	text-align: right;
	width: auto;
}
div.mr_social_sharing {
	display: inline-block;
	height: 1.5em;
	margin-left: 0.2857em;
	overflow: hidden;
	text-align: right;
}
div.mr_social_sharing div {
	vertical-align: top !important;
}
.mr_social_sharing a.mr_social_sharing_popup_link,
.mr_social_sharing div,
.mr_social_sharing span,
.mr_social_sharing iframe,
.mr_social_sharing img {
	height: 1em;
	line-height: 0;
	vertical-align: top;
}

.mr_social_sharing.button_pen a img {
	height: 1.2857em;
	width: 2.5714em;
}
