table.pix-event-table tr:nth-child(2) .text-primary,
table.pix-event-table tr:nth-child(3) .text-primary {
    display: none;
}

table.pix-event-table tr.pix-waiting:nth-child(2) {
    border-bottom: none!important;
}

.pix-event-table tr:nth-child(3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}