/* Hide the big 'Submit a ticket' card at bottom */
a[href*="newticket"] {
    display: none !important;
}

