#fv-user-results {
    border: 1px solid #ccc;
    max-width: 300px;
    background: #fff;
}

.fv-user-item {
    padding: 6px;
    cursor: pointer;
}

.fv-user-item:hover {
    background: #eee;
}

#fv-confirm-popup {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #333;
    z-index: 999;
    min-width: 300px;
    text-align: center;
}

#fv-confirm-popup button {
    margin: 5px;
    padding: 6px 12px;
}