body.mobile #main-content .mobile-share
{
	clear: both;
	overflow: hidden;
}

body.mobile #main-content .mobile-share .mobile-share-twitter,
body.mobile #main-content .mobile-share .mobile-share-facebook,
body.mobile #main-content .mobile-share .mobile-share-email
{
	font-size: 0;
	color: transparent;
	background-image: url(../images/mobile.png);
	background-repeat: no-repeat;
	background-size: auto 128px;
	background-position: -32px -64px;
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #adb0b1;
	border-radius: 5px;
}

body.mobile #main-content .mobile-share .mobile-share-facebook
{
	background-position: -64px -64px;
	border: none;
	width: 32px;
	height: 32px;
}

body.mobile #main-content .mobile-share .mobile-share-email
{
	background-position: -97px -65px;
}

body.mobile.node-type-page #main-content .mobile-share .mobile-share-twitter,
body.mobile.node-type-page #main-content .mobile-share .mobile-share-facebook,
body.mobile.node-type-page #main-content .mobile-share .mobile-share-email
{
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
}
