@media only screen {
	.shareButtonsWrapper {
		display: block;
		position: relative;
		text-align: center;
		margin: 20px auto 0;
		padding: 0;
		z-index: 10;
	}
	.shareButtonsWrapper .social_share {
		display: inline-block;
		margin-right: 15px;
		width: 19px;
		height: 19px;
	}
	.shareButtonsWrapper .social_share.addthis_button_pinterest_share {
		margin-right: 0;
	}
}
@media only screen and (min-width: 40.063em) {
	.shareButtonsWrapper {
		margin: 20px 20px 20px 40px;
	}
}
@media only screen and (min-width: 64.063em) {
	.shareButtonsWrapper {
		float: right;
		text-align: right;
	}
	.shareButtonsWrapper .social_share {
		width: 19px;
		height: 19px;
	}
}
@media only screen and (min-width: 1600px) {
	.shareButtonsWrapper {
		position: absolute;
		right: 0;
		top: 30px;
	}
}
