diff --git a/_includes/contact.html b/_includes/contact.html
index 26faa92..5df7efc 100755
--- a/_includes/contact.html
+++ b/_includes/contact.html
@@ -7,7 +7,11 @@
Contatti
diff --git a/_includes/css/style.css b/_includes/css/style.css
index 9307b64..db5b10c 100755
--- a/_includes/css/style.css
+++ b/_includes/css/style.css
@@ -451,3 +451,18 @@ img::-moz-selection {
margin-right: 10px;
width : 20%;
}
+
+
+input[type=checkbox], input[type=radio] {
+ vertical-align: middle;
+ position: relative;
+ bottom: 2px;
+}
+
+input[type=radio] {
+ bottom: 2px;
+}
+
+.mr-5 {
+ margin-right: 5px;
+}
\ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
index bfd274b..e46668c 100755
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -4,7 +4,7 @@
-
- Privacy Policy
+ Privacy Policy
- |
-
diff --git a/_includes/head.html b/_includes/head.html
index fc63a16..a51a278 100755
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -46,6 +46,8 @@
+
+