/* employees.css - Styling for Employee & Shift Management module */
#employees-container {
    margin-top: 20px;
}
.data-table th.actions, .data-table td.actions {
    text-align: right;
    white-space: nowrap;
}
