.content-detail__social {

}
.content-detail__social-item {
	font-family: "Open Sans",sans-serif;
	border: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 5px 5px 0;
	padding: 0;
	display: inline-block;
	list-style: none!important;
}



.content-detail__social-item img {
	height: 32px;
	width: 32px;
	margin-bottom: -11px;
}
.content-detail__social-item span {
	margin-left: -5px;
	background: #EEEEEE;
	padding: 8px 18px 7px;
	color: #0088FF;
}

.content-detail__social-item span:hover {
	background: #0088FF;
	color: #EEEEEE;
}


