/* #user-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 80px;
}
#user-table th, #user-table td {
    padding: 8px;
    border: 1px solid #ddd;
}
#user-table td[contenteditable] {
    background: #f9f9f9;
    cursor: text;
} */
