21 lines
263 B
CSS
21 lines
263 B
CSS
|
|
h2 {
|
|
/*break-before: page;*/
|
|
}
|
|
|
|
table.area-commitements {
|
|
margin-top: 0;
|
|
}
|
|
|
|
table.area-commitements td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
table.area-commitements td.text {
|
|
white-space: normal;
|
|
}
|
|
|
|
table.area-commitements tr.sum {
|
|
font-size: 12pt;
|
|
}
|