#share-dialog {}

#share-title {
	font-weight: 700;
}

.share-button {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-right: 30px;
	padding-left: 70px;
	position: relative;
	background-color:rgb(0,0,0);
	color:rgb(255,255,255) !important;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
	margin-bottom: 14px;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
}
  
.share-button:hover{
	text-decoration: none;
	color: #fff !important;
	text-shadow: none;
}

.share-button p {font-size: 18px;}
.share-button span {
	position: absolute;
	left: 0;
	width: 50px;
	font-size:30px;
	border-right: 1px solid  rgba(0,0,0,0.15);
	text-decoration: none;
	text-align: center;
}

.share-button.email    { background: #999999; }
.share-button.facebook { background: #3b5998; }
.share-button.twitter  { background: #00acee; }
.share-button.linkedin { background: #0e76a8; }
