.imagevote-info-container {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}

.imagevote-info-container button {
    background-color: #a795ef;
    color: white;
    border:none;
    border-radius: 50px;
    margin-right:3px;
    padding: 5px 8px;
    display: inline-block;
    cursor: pointer;
}

.imagevote-info-container button.active {
    background-color: #4caf87;
    color: white;
}

.imagevote-info-container button.btn-action-dislike.active {
    background-color: #000;
    color: white;
}

.imagevote-info-container button.btn-action-love.active {
    background-color: #d9124e;
    color: white;
}