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

/** Style the tweets */
.twitters {
  border: 1px solid #e5e5e5;
  padding: 15px;
overflow:auto;
  font-size:x-small;
/*  width:480px; */
  margin: 10px;
   background-color:#C1DEEB;		

}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: nowrap;

}
.twitters li {
		list-style-type:square;
		padding-bottom: 5px;
		  color:#515151;
		 
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}
