diff --git a/xml/xslt/css.xslt b/xml/xslt/css.xslt
index 5a180cf..a061db1 100644
--- a/xml/xslt/css.xslt
+++ b/xml/xslt/css.xslt
@@ -537,7 +537,7 @@ hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
- border-top: 1px solid ; }
+ border-top: 1px solid ; }
/* Clearing
@@ -628,9 +628,22 @@ h1, h2, h3, h4 {
}
img {
- width: 100%;
+ width: 80%;
height: auto;
}
+
+.title-client {
+ font-weight: bold;
+}
+
+.contents {
+ margin-bottom: 5rem;
+}
+
+.endOfDoc {
+ width: 25%;
+ margin-bottom: 10rem;
+}
\ No newline at end of file
diff --git a/xml/xslt/generate_html_report.xsl b/xml/xslt/generate_html_report.xsl
index 65d0962..599e567 100644
--- a/xml/xslt/generate_html_report.xsl
+++ b/xml/xslt/generate_html_report.xsl
@@ -41,58 +41,45 @@
-