diff --git a/webroot/css/widget.css b/webroot/css/widget.css
index bdf244c1b4878e9723e757d1ad67af270447646a..bad45fafaf46e87e0579f896b81b5e962ffcca96 100644
--- a/webroot/css/widget.css
+++ b/webroot/css/widget.css
@@ -1,5 +1,38 @@
 body { background-color:#261C13; }
 
+li {
+	overflow-x: hidden;
+	overflow-y: auto;
+	padding: 0.5em;
+}
+a,a:hover,a:visited,a:active {
+	text-decoration:none;
+	font-family: inherit;
+	font-size: 1em;
+	font-style: normal;
+	color: #aaaaaa;
+}
+img { vertical-align: middle; }
+
+/*.tweet, .query {
+    color: #085258;
+    font-family: Georgia,serif;
+    font-size: 120%;
+}
+.tweet_list {
+    background-color: #8ADEE2;
+    list-style-type: none;
+    margin: 0;
+    padding: 0;
+}
+.tweet_even {
+    background-color: #91E5E7;
+}
+.tweet_avatar {
+    float: left;
+    padding-right: 0.5em;
+}*/
+
 /* widget */
 .widget, .widget td, .widget div {
 	font-family:Lucida Grande, Lucida Sans Unicode, Calibri, Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;