.cell-nombre { padding-right:0px; text-align:right; }
.row1, .even {}
-.row2, .odd { background-color:#EFEFEF; }
+.row2, .odd {
+ /* box-shadow: 0px 0px 1000px #efefef; */
+ /* background-color:#EFEFEF; */
+}
.signature {margin: 36px 0px;}
.info { font-size: 100%; }
a.bouton-action, #header, #footer, #menu, form { display: none; }
.print-only { display: block; }
+
+table#global-cost tr td.spaced {
+ padding-left: 25px;
+}
+
+table#global-cost tr td,
+table#global-cost tr th {
+ padding: 0px;
+}
+
+table#global-cost tr th {
+ font-size: 12px;
+}
+
+
+th {
+ box-shadow: 0px 0px 10000px #ccc inset;
+}
+
+.total-row th,
+.total-row td {
+ box-shadow: 0px 0px 10000px #aaa inset !important;
+}
+