diff --git a/elections/templates/elections/ballots/rank.html b/elections/templates/elections/ballots/rank.html
index 21b7a7f..86fbf79 100644
--- a/elections/templates/elections/ballots/rank.html
+++ b/elections/templates/elections/ballots/rank.html
@@ -1,19 +1,21 @@
-
-
-
- {% for o in options %}
- {{ o }} |
- {% endfor %}
-
-
+
+
+
+
+ {% for o in options %}
+ {{ o }} |
+ {% endfor %}
+
+
-
- {% for ballot in ballots.values %}
-
- {% for r in ballot %}
- {{ r }} |
+
+ {% for ballot in ballots.values %}
+
+ {% for r in ballot %}
+ {{ r }} |
+ {% endfor %}
+
{% endfor %}
-
- {% endfor %}
-
-
+
+
+
diff --git a/elections/templates/elections/ballots/select.html b/elections/templates/elections/ballots/select.html
index 13933f6..79584e6 100644
--- a/elections/templates/elections/ballots/select.html
+++ b/elections/templates/elections/ballots/select.html
@@ -1,23 +1,25 @@
-
-
-
- {% for o in options %}
- {{ o }} |
- {% endfor %}
-
-
+
+
+
+
+ {% for o in options %}
+ {{ o }} |
+ {% endfor %}
+
+
-
- {% for ballot in ballots.values %}
-
- {% for v in ballot %}
-
-
-
-
- |
+
+ {% for ballot in ballots.values %}
+
+ {% for v in ballot %}
+
+
+
+
+ |
+ {% endfor %}
+
{% endfor %}
-
- {% endfor %}
-
-
+
+
+