diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py
index 7d5645f23..10de7a26e 100755
--- a/ankiqt/ui/main.py
+++ b/ankiqt/ui/main.py
@@ -1629,11 +1629,11 @@ day = :d""", d=yesterday)
h['ntot_header'] = "" + _("New total:") + ""
stats1 = ("""\
-%(cs_header)s | %(repsInSesChg)s |
+
%(cs_header)s | %(repsInSesChg)s |
%(repsInSes)s |
-
+ |
%(cd_header)s | %(repsTodayChg)s |
%(repsToday)s |
%(td_header)s | %(timeTodayChg)s |
@@ -1641,8 +1641,8 @@ day = :d""", d=yesterday)
""") % h
stats2 = ("""\
-
-%(rd_header)s | %(ret)s |
+
+%(rd_header)s | %(ret)s |
%(ntod_header)s | %(new)s |
%(ntot_header)s | %(newof)s |
""") % h