/* START 00347341 */

#page_selection_eventSeat .table_container tbody tr.group_end{
   border-bottom: unset!important; 
   margin-bottom: unset!important;
}

#collapsiblePanel_pass_holders_content .table_container tbody tr.group_end{
   border-bottom: unset!important; 
   margin-bottom: unset!important;
}

#page_selection_eventSeat .table_container tbody tr:nth-last-of-type(3){
    border-bottom: 6px solid black!important;
    /* background: black; */
}

#collapsiblePanel_pass_holders_content .table_container tbody tr:nth-last-of-type(3){
    border-bottom: 1px solid black!important;
    /* background: black; */
}

/* END */