diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css
index 16987f3a..79d733b1 100644
--- a/anatomy/static/css/anatomy.css
+++ b/anatomy/static/css/anatomy.css
@@ -699,4 +699,9 @@ input {
.sba-answer-list .correct {
background-color: green;
color: white;
+}
+
+.id {
+ opacity: 50%;
+ font-size: small;
}
\ No newline at end of file
diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html
index b86771bb..4e64e1c0 100644
--- a/anatomy/templates/anatomy/exam_overview.html
+++ b/anatomy/templates/anatomy/exam_overview.html
@@ -33,8 +33,8 @@
{{ question.question_type }}: {{ question.get_primary_answer }}
- Modality: {{ question.modality }}, View, Mark
- [id: {{question.pk}}]
+ Modality: {{ question.modality }}, View, Mark
+ [id: {{question.pk}}]
{% endfor %}
diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html
index 2e65abbe..f26d3177 100644
--- a/longs/templates/longs/exam_overview.html
+++ b/longs/templates/longs/exam_overview.html
@@ -43,7 +43,7 @@
View / Edit
- [id: {{question.pk}}]
+ [id: {{question.pk}}]
diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html
index d97c6561..ab36fd27 100644
--- a/rapids/templates/rapids/exam_overview.html
+++ b/rapids/templates/rapids/exam_overview.html
@@ -55,7 +55,7 @@
Examination: {{ question.get_examinations }}, View, Mark
- [id: {{question.pk}}]
+ [id: {{question.pk}}]
{% endfor %}
diff --git a/static/css/anatomy.css b/static/css/anatomy.css
index 16987f3a..79d733b1 100644
--- a/static/css/anatomy.css
+++ b/static/css/anatomy.css
@@ -699,4 +699,9 @@ input {
.sba-answer-list .correct {
background-color: green;
color: white;
+}
+
+.id {
+ opacity: 50%;
+ font-size: small;
}
\ No newline at end of file