diff --git a/opentech/apply/funds/templates/funds/includes/review_table.html b/opentech/apply/funds/templates/funds/includes/review_table.html
index 49e602bd0491d645587b75c583280be3edb771b8..5bed573855090f0cf4577b6bf048992999c85170 100644
--- a/opentech/apply/funds/templates/funds/includes/review_table.html
+++ b/opentech/apply/funds/templates/funds/includes/review_table.html
@@ -10,7 +10,7 @@
     {% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %}
 
     {% if object.stage.has_external_review %}
-        <tr class="tr--subchild"><td colspan="4"><hr></td></tr>
+        <tr class="tr tr--subchild light-grey-bg"><td colspan="4"><hr></td></tr>
 
         {% include 'funds/includes/review_table_row.html' with reviews=reviewer_reviews %}
         {# Add logic for showing missing reviews #}