/* My Work high-priority queue: make the priority reason explicit in each row. */
.m11-my-work-priority-table {
    min-width: 1180px;
    table-layout: fixed;
}

.m11-my-work-priority-table th:nth-child(1) { width: 27%; }
.m11-my-work-priority-table th:nth-child(2) { width: 17%; }
.m11-my-work-priority-table th:nth-child(3) { width: 9%; }
.m11-my-work-priority-table th:nth-child(4) { width: 11%; }
.m11-my-work-priority-table th:nth-child(5) { width: 11%; }
.m11-my-work-priority-table th:nth-child(6) { width: 10%; }
.m11-my-work-priority-table th:nth-child(7) { width: 8%; }
.m11-my-work-priority-table th:nth-child(8) { width: 7%; }

.m11-my-work-priority-table .m11-high-priority-row > td:first-child {
    border-left: 4px solid #e45b76;
}

.m11-my-work-priority-table .m11-high-priority-row {
    background: #fffafb;
}

.m11-my-work-priority-table .m11-high-priority-row:hover {
    background: #fff5f7;
}

.m11-my-work-priority-table .m11-priority-cell.is-high {
    min-height: 30px;
    width: 100%;
    white-space: nowrap;
    background: #e45b76;
    color: #fff;
    font-size: 9px;
    font-weight: 850;
}
