diff --git a/prefix_finder/frontend/static/css/main.css b/prefix_finder/frontend/static/css/main.css
index c410626..06565e1 100644
--- a/prefix_finder/frontend/static/css/main.css
+++ b/prefix_finder/frontend/static/css/main.css
@@ -538,6 +538,10 @@ fieldset {
   background-color: #C02942;
 }
 
+.card--depreciated header {
+  background-color: rgba(0, 0, 0, 0.7);;
+}
+
 .topbar {
   position: relative;
   background-color: rgba(0, 0, 0, 0.05);
@@ -876,6 +880,9 @@ fieldset {
 .list-group--fallback h1 {
   background-color: #C02942;
 }
+.list-group--depreciated h1 {
+  background-color:rgba(0, 0, 0, 0.7);
+}
 
 .single-content {
   margin-left: auto;
diff --git a/prefix_finder/frontend/templates/results.html b/prefix_finder/frontend/templates/results.html
index aef0547..8f662cf 100644
--- a/prefix_finder/frontend/templates/results.html
+++ b/prefix_finder/frontend/templates/results.html
@@ -59,6 +59,24 @@ 
Fall back identifier sources
           {% endfor %}
         
       
+
+      
+        
+
+        
+          {% for result in all_results.depreciated %}
+            {% include "results-list.html"  with result_class="depreciated" %}
+          {% endfor %}
+        
+