#gstro_invoices_prediction .gstro_anounced_invoice{
    width:25%
}

#gstro_invoices_prediction .gstro_invoice_table__prediction{
    text-align: right;
}

#gstro_invoices_prediction .gstro_empty_column{
    width: 25%;
    padding: 0!important;
    border: none;
}

@media (max-width: 768px) {
    #gstro_invoices_prediction .gstro_anounced_invoice{
        width:33%
    }

    #gstro_invoices_prediction .gstro_empty_column{
        width: 0%;
    }
}