Enable tooltips

Change-Id: Icf702e87ded80800134875676ab429f7264ce6af
diff --git a/static/main.css b/static/main.css
index 8cf4629..80a188c 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,16 +1,22 @@
-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;
 }
 
 
 .bg-my {
   background-color: #2F9C97;
   color: white;
-}
\ No newline at end of file
+}
+
+.tooltip {
+    font-size: 11pt;
+    line-height: 1.1;
+}