.srp-float-sharebar {
	padding: 10px;
	position: fixed;
	top: 10vh;
}
.srp-float-sharebar a {
	display: block;
	margin-bottom: 5px;
	margin-right: 0;
	line-height: 1;
	width: 48px;
	text-align: center;
}
.srp-eop-sharebar a {
	display: inline-block;
	margin-right: 12px;
	width: 48px;
	line-height: 1;
	text-align: center;
}
.srp-float-sharebar a:before,
.srp-eop-sharebar a:before {
	font-size: 48px;
}

.srp-float-sharebar[data-edge="left"] {
	left: 0;
	right: auto;
}
.srp-float-sharebar[data-edge="right"] {
	left: auto;
	right: 0;
}

.srp-eop-sharebar {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.recipe-shareicons-wrap a {
	width: 32px;
	height: 32px;
	margin-right: 2px;
	margin-bottom: 4px;
	text-align: center;
}

.recipe-shareicons-wrap a,
.srp-float-sharebar a,
.srp-eop-sharebar a {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.recipe-shareicons-wrap a:hover,
.srp-float-sharebar a:hover,
.srp-eop-sharebar a:hover {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter:alpha(opacity=100);
}