#pr-table {
    font-size: 13px;
}

#pr-table thead {
    background: #f8f9fa;
}

#pr-table th {
    font-weight: 600;
}

.status-badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.status-DRAFT { background: #eee; }
.status-SUBMITTED { background: #fff3cd; }
.status-APPROVED { background: #d1e7dd; }
.status-REJECTED { background: #f8d7da; }

tr {
    cursor: pointer;
}