#saisie_table tr.today td {
    background-color: rgba(180, 150, 20, 0.5);
}

#saisie_table tr.today td input {
    background: transparent;
}

#saisie_table td, #saisie_table input {
    min-width: 100px !important;
    max-width: 100px !important;
}

#saisie_table td.remise_comptabilise,  #saisie_table td.remise_comptabilise input{
    max-width: unset !important;
    min-width: unset !important;
}

.total {
    font-weight: bolder;
}