#spnPopupSharing .popupIcons .fa, #spnPopupSharing .popupIcons .fa:hover {color:#fff;font-size:14px;padding:2px 4px;width:40px;}
#spnPopupSharing .fa-twitter { background:#69d0f7;}
#spnPopupSharing .fa-facebook {background:#2e5693;}
#spnPopupSharing .fa-linkedin {background:#096898;}
#spnPopupSharing .fa-google-plus {background:#e04636; display:none}
#spnPopupSharing .fa-envelope:before {content: "\f0e0";}
#spnPopupSharing .fa-envelope  {background:#f8916d;}
 
#spnPopupSharing.popupSharing {
    width: 220px;
    height:50px;
    display: none;
    position: absolute;
    margin-top: -30px;
    margin-left: -40px;
    border: 1px solid #666;
    border-radius:4px;
    text-align:center;
    padding:5px;
    background-color:#fff;
    z-index:1000;
}
.highlight{background-color:Yellow;}
#spnSharedPhrase {font-style:italic;color:#000;}
#spnPopupSharing .popupSharingClose { position:absolute;top:-13px;left:-12px; cursor:pointer; }
#spnPopupSharing .popupIcons {text-align:center}
#spnPopupSharing span.wr {position:relative;display:block;}
.fa-linkedin:before { content: "\f0e1";}
.fa-times-circle:before {content: "\f057"; color:#c00;font-size:17px; background:#fff}
.popupShare {display:block; margin:0 auto}

#spnPopupSharing:after {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
    display: block;
    height:20px;
    left:80px;
    position: absolute;
    top:50px;
    width:20px;
    z-index:-1;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
}