.user, .tweet, .timePosted {
  float:left;
}

.user {
  width:25%;
}

.tweet {
}

.timePosted {

}

.user {
  clear:left;
}

.user a {
 width: 100px;
}

.user span span {
  width:100px;
  display:block;
  margin-top:10px;
}

.user img {
	display: none;
}

.user a > span {
  float:left;
}

.interact {
	float: left;
	width: 10%;
	clear: none;
	line-height: 40px;
	padding-left: 40px;
}

.interact a {
	margin-left: 5px;
	padding-right: 5px;
	line-height: 40px;
	color: #999 !important;
	text-decoration: none;
}
.interact a:hover {
	color: #F60 !important;
	text-decoration: none;
}


.user a > span {
  margin-left:10px;
}
