body {
  font-family: "Trebuchet MS", sans-serif;
}

#camelotTweets {
width:3000px;
}


/** Style the tweets */
.twitters {
  border: 0px solid #e5e5e5;
  /*background-color:#3366FF;*/
  padding: 0px;
  /*width:2500px;*/
  /*height:20px;*/
  overflow: none;
  margin: 0px;
  color:#CCCCCC;
  font-size:11px;
}

.twitters ul {
  list-style: none;
  margin:0px;
  padding:0px;
  float:left;
}

.twitters li {
float:left;
display:inline;
padding:0px;
margin:0px;
margin-right:10px;
padding-right:10px;
margin-left:10px;
padding-left:10px;
border-bottom:0px solid #FF0000;
}

.twitters li a {
color:#CCCCCC;
}

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

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

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

/*Extra CSS  */
#camelotTweets ul {
  list-style: none;
  margin:0px;
  padding:0px;
  float:left;
}

#camelotTweets li {
float:left;
display:inline;
padding:0px;
margin:0px;
margin-right:10px;
padding-right:10px;
margin-left:10px;
padding-left:10px;
border-bottom:0px solid #FF0000;
}

#camelotTweets li a {
color:#CCCCCC;
}

#camelotTweets span.prefix {
  font-weight: bold;
}

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

#camelotTweets span.status {
  font-style: italic;
}