a.ShareLink, a.ShareLink:active, a.ShareLink:visited {
	padding: 0;
}

#Share {
	display: inline;
	position: relative;
	cursor: pointer;
	z-index: 399;
}
#Share ul {
	position: absolute;
	display: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
	top: 100% !important;
	right: 0;
	background-color: #ffffff;
	border: solid 1px #ccc;
}
#Share > a.current + ul {
	display: block;
}

#ShareItemsPlaceholder li.last a {
	border-bottom: 0 !important;
}

#Share li {
	margin: 0;
	padding: 0;
	width: 130px;
	border-bottom: solid 1px #ccc;
	overflow: hidden;
}
#Share li a {
	display: block;
	margin: 0;
	padding: 0.5em;
	width: 100%;
	height: auto;
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}
#Share li a:focus, #Share li a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}
#Share li img {
	width: 30px !important;
	height: 30px !important;
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
}
#Share ul {
	display: none;
	margin: 0;
	padding: 0;
	font-size: 0.875em;
	list-style: none;
	text-align: left;
	vertical-align: middle;
	background-color: white;
	border-radius: 0.125rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .2);
	position: absolute;
	top: 122%;
	right: 0px;
	z-index: 5;
}
