#twitter-ticker {
  font:12px normal Arial, Helvetica, sans-serif;
  height:300px;
  color:#666;
  background:#FFF;
  padding:8px 0;
}

#tweet-container {
  height:300px;
  width:auto;
  overflow:hidden;
}

.tweet {
  padding:5px;
  margin:0 8px 8px;
  border:1px solid #F0F0F0;
  width:auto;
  overflow:hidden;
  text-align:left;
}

.tweet .time {
  font-size:10px;
  color:#AAAAAA;
  white-space:nowrap;
}

.tweet a, 
.tweet a:visited {
  color:#73909E;
  text-decoration:none;
  outline:none;
}

.tweet a:hover {
  text-decoration:underline;
  color:#000;
}

#loading {
  /* center the loading gif */
  display:block;
  width:16px;
  margin:140px auto;
}

/* setting overrides for different sizes here */
#twitter-ticker.wide {
  width:240px;
}

#twitter-ticker.narrow {
  width:176px;
  font-size:11px;
}

#tweet-container .tweet .user { display:none; }

