.stm-shares{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	color: #2E8DBB;
}
.stm-shares div{
	display: block;
}
.stm-shares .stm-share{
	display: inline-block;
	vertical-align: top;
	width: 46px;
	height: 46px;
	cursor: pointer;
/*	border: solid 1px #2E8DBB;
	border-radius: 23px;*/
}
.stm-shares .stm-share:hover{
	color: #fff;
	background: rgba(46,141,187,0.75);
	width: 46px;
	border-radius: 23px;
}
.stm-shares .stm-share:hover .stm-count-shares{
	display: none;
}
.stm-shares .stm-share .fa{
	line-height: 30px;
}
.stm-shares .stm-share:hover .fa{
	line-height: 45px;
}
.stm-shares .stm-share .stm-count-shares{
	font-family: "Century Gothic",Arial !important;
	font-size: 10px;
	line-height: 15px;
}