.tl-like-btn {
    font-size: 20px;
    color: #5754a4;
    padding: 6px 14px;
    cursor: pointer;
    transition: 0.2s;
	margin-right: 0;
}

.tl-like-btn img{
	width:30px;
	margin-top: -6px;
}
.tl-like-btn span{
	font-size: 13px;
    letter-spacing: normal;
}

.tl-like-btn:hover {
     color: #5754a4;
    border: 1px solid #5754a4;;
}

.tl-like-btn.liked {
    background: #ff4d6d;
    color: #fff !important;
    border-color: #ff4d6d;
}