diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css
new file mode 100644
index 0000000000000000000000000000000000000000..cca67bf3a0bc7a457c249f92f783a356afa8dc59
--- /dev/null
+++ b/css/uw_ckeditor.css
@@ -0,0 +1,19 @@
+.caption {
+  background: #eee;
+  border: solid 1px #dfdfdf;
+  padding: 0.5rem;
+  font-size: .88889rem;
+  color: #000;
+  font-family: Typ1451-Regular,verdana,sans-serif;
+  width: 100%;
+}
+
+.cke_editable .caption {
+  width: 98%;
+}
+
+.highlight {
+  font-size: 1.42383rem;
+  line-height: 1.4;
+  color: #757575;
+}