.likely__widget {
	display: inline-block;
	border: 1px solid #c3c3c3;
	height: 25px;
	min-width: 25px;
	margin: 2px;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	transition: all ease-out .1s;
}
.likely__widget svg{
	fill: #c3c3c3;
	max-width: 14px;
	transition: all ease-out .1s;
}

.likely__widget:hover{
	border-color: #4c4c4c;
}
.likely__widget:hover svg{
	fill: #4c4c4c;
}