/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Dashboard */
.nova-crm-dashboard { max-width: 100%; margin: 1em 0; }
.nova-crm-dashboard h2 { margin-bottom: 1em; }
.nova-ticket-creator { margin-bottom: 2em; padding: 1em; background: #f5f5f5; border-radius: 4px; }
.nova-ticket-creator label { display: block; margin-top: 0.5em; }
.nova-ticket-creator select.widefat,
.nova-ticket-creator textarea.widefat { max-width: 400px; }
.nova-active-tickets h3 { margin-bottom: 0.5em; }
.nova-tickets-table { margin-top: 0.5em; }
.nova-no-tickets { color: #666; font-style: italic; margin-top: 0.5em; }
.nova-elapsed { font-variant-numeric: tabular-nums; }