diff --git a/oef/templates/oef/subspecialties.html b/oef/templates/oef/subspecialties.html
index 6c3f8847..78997ddd 100644
--- a/oef/templates/oef/subspecialties.html
+++ b/oef/templates/oef/subspecialties.html
@@ -51,6 +51,7 @@
{% endfor %}
+
{% endfor %}
diff --git a/rcr/templates/rcr/gap.html b/rcr/templates/rcr/gap.html
index 509c2cad..66f0dc6d 100644
--- a/rcr/templates/rcr/gap.html
+++ b/rcr/templates/rcr/gap.html
@@ -70,6 +70,8 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc
Item count: {{items.count}}
+
+
{% endfor %}
@@ -142,6 +144,9 @@ Item count: {{items.count}}
display: inline-block;
margin-right: 10px;
}
+ tr {
+ border-bottom: 1px dashed #ccc;
+ }
{% endblock css %}