diff --git a/opentech/apply/dashboard/templates/dashboard/dashboard.html b/opentech/apply/dashboard/templates/dashboard/dashboard.html
index b78c4c5bdcb713f888fd81cba924adaf8efa0052..520dda61fb12d746d8eccb79c132060caf4ed232 100644
--- a/opentech/apply/dashboard/templates/dashboard/dashboard.html
+++ b/opentech/apply/dashboard/templates/dashboard/dashboard.html
@@ -1,6 +1,11 @@
 {% extends "base.html" %}
 {% load render_table from django_tables2 %}
 
+{% block extra_css %}
+    {# To remove after the demo and we have some style #}
+    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.css"/>
+{% endblock %}
+
 {% block content %}
 <h1>Recieved Content</h1>
 <h3>Track and explore recent submissions</h3>
diff --git a/opentech/apply/dashboard/templates/dashboard/tables/table.html b/opentech/apply/dashboard/templates/dashboard/tables/table.html
index 49e9c41a1f8093cebb452a68e321a11eb78d72aa..6ff5e60321ee8084988b7726392a5c40e4ab3dcf 100644
--- a/opentech/apply/dashboard/templates/dashboard/tables/table.html
+++ b/opentech/apply/dashboard/templates/dashboard/tables/table.html
@@ -1,4 +1,5 @@
-{% extends 'django_tables2/table.html' %}
+{% extends 'django_tables2/semantic.html' %}
+{# Change back to after demo: extends 'django_tables2/table.html' #}
 
 {# example of how to extend the table template #}
 {% block table.tbody.row %}