body {
  font-family: "Trebuchet MS", sans-serif;
}

/** Style the tweets */
.twitters {
  border: none;
  padding: 0px;
  overflow: hidden;
  margin: 0px;
  white-space: normal;
  list-style: square;
}

.twittercadre{
 border: 1px dashed #EEEEEE;
}

.twitters ul {
  display:list-item;
  list-style: square;
  padding: 0;
  display:inline;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #EEEEEE;
}

.twitters span.status {
  font-style: italic;
}
