diff --git a/pinaxcon/templates/_styles.html b/pinaxcon/templates/_styles.html
index 0c1b91a5..be832171 100644
--- a/pinaxcon/templates/_styles.html
+++ b/pinaxcon/templates/_styles.html
@@ -1 +1 @@
-
+
diff --git a/pinaxcon/templates/symposion/reviews/base.html b/pinaxcon/templates/symposion/reviews/base.html
index b27f4d50..84d3e20b 100644
--- a/pinaxcon/templates/symposion/reviews/base.html
+++ b/pinaxcon/templates/symposion/reviews/base.html
@@ -54,16 +54,15 @@
{% block sidebar %}
-
- {% for section in review_sections %}
-
- -
-
- {% trans "All Reviews" %}
-
-
+ {% for section in review_sections %}
+
+
+
{{ section }}
+
+
+ {% endfor %}
{% endblock %}
diff --git a/pinaxcon/templates/symposion/reviews/result_notification.html b/pinaxcon/templates/symposion/reviews/result_notification.html
index 4a2013ff..ed3fbd42 100644
--- a/pinaxcon/templates/symposion/reviews/result_notification.html
+++ b/pinaxcon/templates/symposion/reviews/result_notification.html
@@ -2,6 +2,9 @@
{% load i18n %}
+
+{% block body_class %}{{ block.super }} review-results{% endblock %}
+
{% block extra_style %}