#sidebar .nav-list li a[href*="manage_plugin_page.php"], 
#sidebar .nav-list li a[href*="search.php"] {
    display: none !important;
}
td.column-date-submitted,
td.column-last-modified {
    text-align: center;
}
th.column-date-submitted,
th.column-last-updated {
    text-align: center;
}

/* table.table tbody tr:has(td.status-20-bg) { background-color: #ff50a8 !important; }
table.table tbody tr:has(td.status-30-bg) { background-color: #ffd850 !important; }
table.table tbody tr:has(td.status-40-bg) { background-color: #ff8433 !important; }
table.table tbody tr:has(td.status-50-bg) { background-color: #c8c8ff !important; }
table.table tbody tr:has(td.status-80-bg) { background-color: #cceedd !important; }
table.table tbody tr:has(td.status-90-bg) { background-color: #e8e8e8 !important; } */

table.table td.category {
    width: 273px;
    min-width: 160px;
    max-width: 273px;
}

table.table td.bugnote-note {
    width: auto;
}

/* .table-hover > tbody > tr:hover
{
    background-color: transparent !important;
} */

