diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css
index 31dd8b400867af63cb2ebe6677042f0571834862..497341ada42b3f23c73edb6cdea74ab163dec1a0 100644
--- a/css/uw_ckeditor.css
+++ b/css/uw_ckeditor.css
@@ -37,7 +37,6 @@ kbd > kbd {
 
 /*list types*/
 ul {
-  list-style-type: disc;
   margin: 0 0 1rem;
   padding: 0 0 0 1.5rem;
 }
@@ -47,50 +46,18 @@ ul {
 }
 
 ul ul {
-  list-style-type: circle;
   margin: 0.5rem 0 0;
 }
 
-ul ul li > ul {
-  list-style-type: disc;
-}
-
 .disc {
   list-style: disc;
 }
-
-.disc ul {
-  list-style-type: disc;
-}
-
-.disc ul li > ul {
-  list-style-type: disc;
-}
-
 .square {
   list-style: square;
 }
-
-.square ul {
-  list-style-type: square;
-}
-
-.square ul li > ul {
-  list-style-type: square;
-}
-
 .circle {
   list-style-type: circle;
 }
-
-.circle ul {
-  list-style-type: circle;
-}
-
-.circle ul li > ul {
-  list-style-type: circle;
-}
-
 ol {
   margin: 0 0 1rem;
   padding: 0 0 0 1.5rem;
@@ -101,46 +68,24 @@ ol {
 }
 
 ol ol {
-  list-style-type: lower-alpha;
   margin: 0.5rem 0 0;
 }
 
-ol ol li ol {
-  list-style-type: lower-roman;
-}
-
 .lower-alpha {
   list-style-type: lower-alpha;
 }
 
-.lower-alpha li ol {
-  list-style-type: lower-alpha;
-}
-
 .upper-alpha {
   list-style-type: upper-alpha;
 }
 
-.upper-alpha li ol {
-  list-style-type: upper-alpha;
-}
-
 .lower-roman {
   list-style-type: lower-roman;
 }
-
-.lower-roman li ol {
-  list-style-type: lower-roman;
-}
-
 .upper-roman {
   list-style-type: upper-roman;
 }
 
-.upper-roman li ol {
-  list-style-type: upper-roman;
-}
-
 .decimal {
   list-style: decimal outside none;
   margin: 0;