.socialShare {

}
.socialShare a>span.count {
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #BABABA;
	padding: 3px;
	border-radius: 2px;
	margin-left: -5px;
}
.socialShare a:hover {
	text-decoration: none;
}
.socialShare a {
	font-size: 12px;
	line-height: 24px;
}
.socialShare .glyphicon{
	font-size: 14px;
	color: #ef2f20;
	position: relative;
	top: 3px;
}
.socialShare img {
	height: 24px;
	width: auto;
}
.share-container{
  position:relative;
  float: right;
}
.share-popup .arrow-down{
  border-top-color: #19255E;
  bottom: -7px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
.share-popup {
  position:relative;
  padding: 5px 2px;
  display: none;
  position: absolute;
  top: -70px;
  right: -2px;
  background-color: #19255E;
  border-radius: 2px;
}