#new_social { display: flex; margin-bottom:10px; font-size:18px; }
#new_social > .share { 
	border-radius: 4px;
	background-color: #eaeaea;
	padding: 2px 10px 2px 23px;
	cursor: pointer;
	border: 1px solid #e3e3e3;
}
#new_social > .share:hover { 
	color:#e70011;
}
#new_social > .rate { 
	position:relative;
	background-color: #eaeaea;
	border-radius: 4px;
	padding: 2px 10px;
	cursor: pointer;
	border: 1px solid #e3e3e3;
	margin-right:10px;
	display: flex;
	align-items: center;
}

#new_social > .rate > .balloon {
	position:absolute;
	top: -85px;
	left: 0px;
	height:75px;
}
#new_social > .rate .balloon1 {
	background: #fff;
	box-shadow: 0px 0px 4px 3px #b5b5b5;
	padding: 2px 10px;
	border-radius: 4px;
}

#new_social > .rate > .balloon .b_list {
	display:flex;
	justify-content: space-between;
	
}
#new_social > .rate > .balloon .b_list > span {
	text-align:center;
	font-size:12px;
	padding: 0px 8px;
	white-space: nowrap;
}
#new_social .rate-label { font-weight:bold; transition: color .2s; }
#new_social .rate-count { color:#868686; }
#new_social .rate-icons {
	min-width:32px;
	height:32px;
}
#new_social .rate-icons > img { 
	margin: 5px 0;
	width:24px;
	height:24px;
	transition: width .2s, height 0.2s, margin .2s;
}
#new_social .b_list > span.rate_over .rate-label { color:#d00; }
#new_social .b_list > span.rate_over img { 
	margin: 0px 0;
	width:32px;
	height:32px;
}

#new_social .rate .rate_best {
	position: relative;
	margin-left: 7px;
	font-size: 0.9rem;
	color: #7b7b7b;
}

#new_social .rate .rate_best > img:last-child {
	width:32px;
	position:absolute;
	left:24px;
	top: -7px;
	background-color: #eaeaea;
	padding: 5px;
	border-radius: 50%;
}

#new_social .rate .rate_best > img:first-child {
	width:32px;
	position:absolute;
	left:3px;
	top: -7px;
	background-color: #eaeaea;
	padding: 5px;
	border-radius: 50%;
	z-index:10;
}


#new_social .rate .rate_best.rate_best_1 {
	padding-left: 35px;
	border-left: 1px solid #ddd;
}

#new_social .rate .rate_best.rate_best_2 {
	padding-left: 60px;
	border-left: 1px solid #ddd;
}

/* To do użycia. wolne */
share_btn { border-radius: 4px; padding: 2px 5px 2px 5px; cursor: pointer; border: 1px solid #e3e3e3; background-color:#eaeaea; margin-left: 5px; }
share_btn > img { height:28px; }