.social-likes__widget {
	display: inline-block;
	line-height: 16px;
	height: 16px;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
	background: #4d75a5;
	border: 1px solid #37547a;
	border-radius: 3px;
	color: white;
	font-size: 11px;
	font-family: Arial;
}

.social-likes__widget img {
	vertical-align: top;
	margin: 0 !important
}

.social-likes__counter {
	display: inline-block !important;
	margin: 0 3px !important;
}

.social-likes__widget_facebook {
	background: #3f5ca1;
	border:1px solid #344b87;
}


.social-likes__widget_twitter {
	background: #26adf4;
	border:1px solid #1f95d9;
}

.social-likes__widget_odnoklassniki {
	background: #fca43c;
	border:1px solid #c57a28;
}

.social-likes__widget_plusone {
	background: #c0562d;
	border:1px solid #933e21;
}