.twitter_msg
{
  position: relative;
  /*height: 200px;
  overflow-x : hidden;
  overflow-y : auto;*/
}

.twitter_msg a
{
  float: left;
}

.twitter_msg ul
{
  padding: 0px;
}

.twitter_msg li
{
  list-style-type: none;
}

.twitter_msg li a
{
  color: #e0262e;
}

.twitter_msg .avatar
{
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

.twitter_msg .time
{
  font-size: 10px;
  float: left;
}

.twitter_msg .readmore
{
  font-size: 8px;
}


a.extLink:link
{
  color: #e0262e;  
}

a.extLink:visited
{
  color: #e0262e;    
}

a.extLink:active
{
  color: #e0262e;  
}

a.extLink:hover
{
  color: #e0262e;  
  text-decoration: underline;
}

