
.button_like_link {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: none;
    cursor: pointer;
}

button:focus {
    outline: none;
    border: none;
}

.button_like_link:hover {
    color: #0d95e8;
}