Enable tooltips

Change-Id: Icf702e87ded80800134875676ab429f7264ce6af
diff --git a/static/main.css b/static/main.css
index 39b5ea1..995623c 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,10 +1,16 @@
-body {
-}
+body {}
+
 #reload_captcha {
-  display: inline;
+    display: inline;
 }
+
 #main_container {
-  width: clamp(400px,70%,700px);
-  margin-bottom: 200px;
-  margin-top: 20px;
+    width: clamp(400px, 70%, 700px);
+    margin-bottom: 200px;
+    margin-top: 20px;
 }
+
+.tooltip {
+    font-size: 11pt;
+    line-height: 1.1;
+}
\ No newline at end of file