.tweet {
  font-family: Verdana, Geneva, sans-serif;
  color: #B0B0B0;
  line-height: 15px;
  }
  

  
  
  .tweet .tweet_list {
    list-style-type: none;
margin: 0px;
padding: 0px 10px 0px 0px;
    }
    .tweet .tweet_list li {
      overflow: auto;
      }
      .tweet .tweet_list li a {
        color: #B0B0B0; }
        .tweet .tweet_list li a:hover {
        color: #00AEEF; }
    .tweet .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }





/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.8em;
	margin-bottom: 0px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 4px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	background-color: #f7f7f7;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
.arrow {
	position: relative;
	margin: 0px;
	padding-left: 35px;
	top: -1px;
	background: transparent url(../images/tip_twit.gif) no-repeat 35px 0;
}
