/*
 VisitAmador CUSTOM EMBEDDED TICKET SELECTOR IFRAME CSS
*/
 
/* Hide upcoming tickets that begin with Final Payment from the front-end ticket selector*/
tr.tckt-slctr-tbl-tr.ticket-pending[class*="ee-ticket-final-payment"] {display: none;}
tr class="espresso-table-row private-payments">
/* Hide expired tickets that begin with Deposit Only from the front-end ticket selector*/
tr.tckt-slctr-tbl-tr.ticket-expired[class*="ee-ticket-deposit-only"] {display: none;}
/* Hide tickets that begin with Admin only from the front-end ticket selector*/
tr.tckt-slctr-tbl-tr[class*="ee-ticket-admin-only"] {display: none;}
/* Hide tickets that begin with Special from the front-end ticket selector*/
tr.tckt-slctr-tbl-tr[class*="ee-ticket-special"] {display: none;}