    
    #bushfireAlertsTable span.date-relative {
        font-size: 18px; 
        font-weight: bold; 
        padding-bottom: 0.5rem; 
        display: block;
    }
    
    #bushfireAlertsTable tr[data-campaign-name*="advice"] td:nth-of-type(1) {
        border-left: 8px solid #FBE032;
    }

    #bushfireAlertsTable tr[data-campaign-name*="watch and act"] td:nth-of-type(1) {
        border-left: 8px solid #FF7900;
    }
    
    #bushfireAlertsTable tr[data-campaign-name*="emergency warning"] td:nth-of-type(1) {
        border-left: 8px solid #D6001C;
    }
    
    #bushfireAlertsTable tr[data-campaign-name*="fire ban"] td:nth-of-type(1) {
        border-left: 8px solid #52565f;
    }

    #bushfireAlertsTable tr[data-campaign-name*="planned burn"] td:nth-of-type(1) {
        border-left: 8px solid #865aa5;
    }
    
    #bushfireAlertsTable .date-column {
        width: 45% !important;
    }
    
    #bushfireAlertsTable .date-alert {
        width: 55% !important;
    }    
    
    #bushfireAlertsTable span.date-actual {
        white-space: normal;
    }
    
    .dataTables_wrapper .dataTables_filter input {
        margin-bottom: 10px;
    }
    
    table td a {
        word-break: normal;
    }
    