Improved list-in-table style
diff --git a/style.css b/style.css
index e775173..ed43a74 100644
--- a/style.css
+++ b/style.css
@@ -3,6 +3,6 @@
 ul.list-in-table {
 	margin-top: 0;
 	margin-bottom: 0;
-	margin-left: -25px;
+	margin-left: -20px;
 	list-style: square;
 }
\ No newline at end of file