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

/** Style the tweets */
.twitters {
  border: none;/*1px solid #e5e5e5;*/
  position: relative;
  width: 235px;
  top: 35px;
  left: 25px;
  /*margin-left: 15px;*/
  /*padding-right: 15px;*/
  overflow: auto;
  /*margin-right: 200px;*/
}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: wrap;
}

.twitters span.prefix {
  /*font-weight: bold;*/
  font-family: verdana, arial, helvetica, sans-serif!important;
  font-size: 11px!important;
  color:  #3D2211!important;
}

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

.twitters span.status {
  /*font-style: italic;*/
  font-family: verdana, arial, helvetica, sans-serif!important;
  font-size: 11px!important;
  color:  #3D2211!important;
}