diff --git a/wax-prosemirror-services/src/OenContainersService/oenContainers.css b/wax-prosemirror-services/src/OenContainersService/oenContainers.css
index dd7d8a896f62929c947843a2efb431dcfef2e56b..559d7ae14351c3f0a8b2e192b317c6edbfcbcf6d 100644
--- a/wax-prosemirror-services/src/OenContainersService/oenContainers.css
+++ b/wax-prosemirror-services/src/OenContainersService/oenContainers.css
@@ -1,13 +1,10 @@
-.introduction, .outline, .objectives,
-.focus-questions {
+div[data-type="content_structure_element"] {
     border-left: 3px solid #f5f5f7;
     padding: 10px 10px 0 10px;
     
 }
 
-.introduction::before,
-.outline::before,
-.objectives::before {
+div[data-type="content_structure_element"]::before {
     border: 3px solid #f5f5f7;
     background-color: #f5f5f7;
     width: 100%;
@@ -24,4 +21,28 @@
 
 .objectives::before {
 content: 'Objectives Section';
+}
+
+.focus-questions::before {
+    content: 'Focus Questions Section';
+}
+
+.key-terms::before {
+    content: 'Key Terms Section';
+}
+
+.self-reflection-activities::before {
+    content: 'Self Reflection Activities Section';
+}
+
+.review-activity::before {
+    content: 'Review Activity Section';
+}
+
+.summary::before {
+    content: 'Summary Section';
+}
+
+.references::before {
+    content: 'References Section';
 }
\ No newline at end of file