.share{
	background-image: url('../images/Share_Icon_normal.png');
	background-size: cover;
	cursor: pointer;
	width: 2em;
    height: 2em;
    margin: 0.5em 0 .5em 2.5em;
    display: inline-block;
    vertical-align: middle;
}

.mediaItem .podcast.share,
.mediaItem .webinar.share,
.video.share {
    position: absolute;
    bottom: -2em;
    right: 0;
	margin: 0;
	padding: 0;
}

.mobile_podcast.share,
.mobile_webinar.share,
.mobile_video.share {
    top: 50%;
    margin: -1.25em 0 0 0;
    height: 2.5em;
    width: 2.5em;
    position: absolute;
    right: 5em;
}

.image.share {
    position: absolute;
    bottom: -2.4em;
    right: 0;
    margin: 0;
}

.individual_summary.share {
    position: absolute;
    right: 0;
    margin: 0;
}

.mobile_summary.share {
    display : inline-block;
    margin: 0;
}

.share_endnote {
    color: #d0d3d4;
    text-decoration: none;
}
.share_button > * {
    vertical-align: middle;
}

.share_button > img {
    width: 2em;
    padding-right: .5em;
}

.share_button {
    vertical-align: middle;
    cursor: pointer;
    text-align: left;
    margin-bottom: 15px;
    white-space: nowrap;
}

.share_button:last-child {
    margin-bottom: 0;
}

.twitter-share, .facebook-share {
  background: #fff;
  color: rgb(87, 207, 244);
  cursor: pointer;
  display: inline-block;
  padding: 1em 2em;
  -webkit-border-radius: 6px;
  border-radius: 6px;
 }

