table {
   border-collapse: collapse;
}
table td, table th {
   padding: 3px;
}

td.money, th.money {
   text-align: right;
}

tr.head th {
   border: 2px solid #000;
   border-bottom: none;
}
tr.total th, tr.row td {
   border: 1px solid #000;
}

table .som, table .eur {
   width: 80px;
}
table .perc {
   width: 60px;
}
