diff --git a/lms/templates/notes.html b/lms/templates/notes.html
index 569393daaa..fcdca788e9 100644
--- a/lms/templates/notes.html
+++ b/lms/templates/notes.html
@@ -3,6 +3,7 @@
<%namespace name='static' file='static_content.html'/>
${static.css(group='style-vendor-tinymce-content', raw=True)}
${static.css(group='style-vendor-tinymce-skin', raw=True)}
+${static.css(group='style-xmodule-annotations', raw=True)}
<%inherit file="main.html" />