/** Style the tweets */
#twitters {
  border: 0px;
  padding: 0px;
  color:#ededed;
}

#twitters UL {
  list-style: none;
  padding: 0;
}

#twitters LI {
  padding: 3px;
  background: none;
}

#twitters SPAN.prefix {
  font-weight: bold;
}

#twitters SPAN.time {
  font-style: italic;
  color: #fff;
}

#twitters SPAN..status {
  font-style: italic;
}

.hide{ display: none; }
.show{ display: block; }
.t_stats { color:#fff; font-size:11px;}
.t_stats a{ color:#ededed; text-decoration:underline;}
.t_stats a:hover { color:#abdcff;}
.t_user, .t_user a{ color:#abdcff; font-size:12px;}
.t_user a:hover { text-decoration:underline;}


