@CHARSET "UTF-8";

/*  ---------------- ICAP Social Share links ---------------------- */
.moduletable .mod-icap-socialshare{
position:absolute;
/* display:block; */
right:-6px;
top:0px;

/* 
height:30px;
margin-bottom: 10px;
 */

}

.moduletable .mod-icap-socialshare h3{
font-size: 16px;
margin:0px;
float:left;
color: #777;
}


.mod-icap-socialshare ul li{
    display: inline-block;
    float:right;
    }
.mod-icap-socialshare ul li a {
min-width: 30px;
height: 30px;
display: block;
padding-right: 6px;
color: #999;
}

.mod-icap-socialshare ul li a:hover{
    color: #006ac0;
    text-decoration: none;
    }

.mod-icap-socialshare a[href*="facebook"]:before,
.mod-icap-socialshare a[href*="google"]:before,
.mod-icap-socialshare a[href*="linkedin"]:before,
.mod-icap-socialshare a[href*="twitter"]:before{
font-size: 28px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-decoration: inherit;
}
    
.mod-icap-socialshare a[href*="facebook"]:before { content: '\f230'; }
.mod-icap-socialshare a[href*="google"]:before { content: '\f0d4'; }
.mod-icap-socialshare a[href*="linkedin"]:before { content: '\f08c'; }
.mod-icap-socialshare a[href*="twitter"]:before { content: '\f081'; }

.mod-icap-socialshare div.socialStats
{
	position: relative;
	display: inline-block;
	top: -5px;
	left: -5px;
	height: 20px;
	/* padding: 3px 0px; */
	min-width: 30px;
	width: auto;
	
	border-radius: 0px 8px 8px 0px;
	border: 2px solid #999;
	/* background-color: #999 */;

	line-height: 20px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.mod-icap-socialshare ul li a:hover div.socialStats{
border-color:#0071BC;
/* background-color: #0071BC; */
color:#0071BC;
}