.share
{
	position: relative;
	display: inline-block;
	padding: 20px 0 12px 0;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	margin-top: -1px;
	width: 503px;
}

.share.left
{
	float: left;
}

.share.right
{
	float: right;
}

.share a
{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

.share img
{
	box-shadow: 2px 4px 5px #ddd;
}

.share .text
{
	margin-top: 10px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #545e67;
}

.share .title
{
	display: block;
	width: 100%;
	top: 175px;
	padding-left: 26px;
	position: absolute;
}

.share .name
{
	height: 39px;
	//display: block;
	//width: 264px;
	background-color: rgba(243, 140, 6, 0.85);
	padding: 9px 15px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.share .description
{
	height: 38px;
	//display: block;
	//width: 453px;
	background-color: #f37006;
	padding: 10px 45px 10px 15px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-image: url(/images/shares-button.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	text-decoration: none;
	left: 26px;
	position: absolute;
	top: 29px;
}