.compact-wrap { overflow:hidden; }
.compact-table { width:100%; min-width:0; table-layout:fixed; }
.compact-table th:nth-child(1) { width:7%; }
.compact-table th:nth-child(2) { width:10%; }
.compact-table th:nth-child(3) { width:21%; }
.compact-table th:nth-child(4) { width:20%; }
.compact-table th:nth-child(5) { width:6%; }
.compact-table th:nth-child(6) { width:13%; }
.compact-table th:nth-child(7) { width:8%; }
.compact-table th:nth-child(8) { width:15%; }
.compact-table th:last-child,
.compact-table td:last-child { position:sticky; right:0; z-index:2; background:#fff; box-shadow:-8px 0 14px -14px rgba(7,63,58,.45); }
.compact-table th:last-child { z-index:3; background:#f7faf9; }
.compact-table tr:hover td:last-child { background:#fbfdfc; }
.compact-table .row-actions { width:100%; white-space:nowrap; }
.compact-table .row-actions button,
.compact-table .row-actions a { flex:0 0 auto; }
.compact-table .track-select { flex:1 1 auto; min-width:0; width:auto; }
