
/** Style the tweets */
.twitters {
/*  border: 1px solid #e5e5e5;*/
    font-family: "Trebuchet MS", sans-serif;
	background: #FFFFFF url(../images/tweetie.jpg) no-repeat top left;
	padding: 0px 0px 5px 44px;
	margin: 0px;
	/*padding: 5px;*/
  overflow: auto;
}

.twitters ul {
  list-style: none;
  padding: 0;
/*  white-space: nowrap;*/
}

.twitters ul li {
  list-style: none;
  padding: 0;
/*  white-space: nowrap;*/
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}