How do I hide navTab for tickets and Calendar in extra.css?

I tried variations of this:

.navTabs .navTab.tickets
{
display: none!important;
}

What is the correct code to hide navtab for tickets and calendar?
 
Back
Top