/** Style the tweets */
.twitters {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
  max-width: 730px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  padding-bottom:5px;
}

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

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

.twitters span.status {
  font-style: italic;
}
.tweetlink {color:black;font-size:14px;text-decoration:none;font-weight:bold;}