.admin-resizable-table.admin-resizable-table--ready {
    table-layout: fixed;
}

.admin-resizable-table.admin-resizable-table--ready th,
.admin-resizable-table.admin-resizable-table--ready td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.admin-resizable-table.admin-resizable-table--ready th {
    position: relative;
}

.admin-resizable-table .admin-table-resize-handle,
.admin-resizable-table .resize-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    cursor: col-resize;
    z-index: 3;
}

.admin-resizable-table .col-phone,
.admin-resizable-table .col-account,
.admin-resizable-table .col-iban,
.admin-resizable-table .col-receipt {
    direction: ltr;
    unicode-bidi: plaintext;
}
