diff --git a/lms/static/sass/course/layout/_courseware_preview.scss b/lms/static/sass/course/layout/_courseware_preview.scss
index b913b78f1e..9a0b5e7d3a 100644
--- a/lms/static/sass/course/layout/_courseware_preview.scss
+++ b/lms/static/sass/course/layout/_courseware_preview.scss
@@ -103,10 +103,10 @@
.exam-timer-clock {
background-color: transparent;
border: 1px solid $white;
- a, b {
+ #toggle_timer, b {
color: $white;
}
- a {
+ #toggle_timer {
// Overrides:
border-top: none;
border-right: none;
@@ -152,7 +152,7 @@
background-color: $gray-l3;
border-radius: 3px;
- a {
+ #toggle_timer {
@extend .exam-button-turn-in-exam;
//Overrides:
diff --git a/lms/templates/courseware/proctored-exam-status.underscore b/lms/templates/courseware/proctored-exam-status.underscore
index f19cee8151..3ff21f35ed 100644
--- a/lms/templates/courseware/proctored-exam-status.underscore
+++ b/lms/templates/courseware/proctored-exam-status.underscore
@@ -24,7 +24,9 @@
- ">
+