.tweet-list {
  clear: both;
}

.status {
  clear: both;
  border: 1px solid black;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  min-height: 65px;
  margin: 10px;
}

.status div {
  
}

.status div.author {
  float: left;
  height: 65px;
  margin-right: 15px;
}

.status div.status-body {
}

.status .images img {
	max-width: 128px;
  max-height: 128px;
}