/*#comptesTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

#comptesTable td, #comptesTable th {
    border: 1px solid #ddd;
    padding: 8px;
}

#comptesTable tr:nth-child(even){background-color: #f2f2f2;}
#comptesTable tr:hover {background-color: #ddd;}

comptesTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #494a52;
    color: white;
}
*/

/* Estil per a la taula */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}










