diff --git a/html/sites/all/modules/contrib/activity/activity.css b/html/sites/all/modules/contrib/activity/activity.css
new file mode 100644
index 0000000..bff379c
--- /dev/null
+++ b/html/sites/all/modules/contrib/activity/activity.css
@@ -0,0 +1,31 @@
+/* Activity comment CSS */
+.activity-comments-click-to-show {
+  cursor: pointer;
+}
+
+.activity-comments-click-to-show:hover {
+  border-bottom: 1px dotted #444;
+  color: #444;
+}
+
+.activity-comments-form-hidden {
+  display: none;
+}
+
+.activity-comments-form-shown {
+  display: block;
+}
+
+.item-list ul.activity-comments-list li { 
+  background-image: none;
+}
+
+.activity-comment { 
+  color: #444;
+  font-size: smaller;
+  width: 85%;
+}
+
+.activity-comment-timestamp { 
+  color: #888;
+}
