/* Custom styling for the Gales Maintenance Tracker */

.ticket-aging-warning {
    background-color: #fff3cd !important; /* A light yellow to indicate warning */
}

.table-hover tbody tr:hover {
    background-color: #f1f1f1;
}

.card-header {
    font-weight: bold;
}
