diff --git a/templates/exam_list.html b/templates/exam_list.html
index 7328a8f3..0efeea7c 100644
--- a/templates/exam_list.html
+++ b/templates/exam_list.html
@@ -26,7 +26,7 @@
{% for exam in exams %}
{% if not exam.active %}
- {{exam.name}}
+ {{exam.name}}
{% if marking %}Mark{% endif %}
Candidates
Scores
@@ -58,6 +58,7 @@
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
+ text-align: center;
}
.published-icon:hover, .active-icon:hover {