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

.user {
  width:25%;
}

.tweet {
  width:100%;
}

.timePosted {
  width:100%;
}

.user {
  clear:left;
}

.user a {
 width: 100px;
}

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

.user img, .user a > span {
  float:left;
}

.interact {
  float:left;
  width:10%;
  margin-top:-7px;
}

.interact a {
  margin-left:5px;
  float:left;
}

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

#tweets ul li {
    width: 33%;
    float: left;
    padding: 25px;
    list-style: none;
    vertical-align: middle;
}

p.tweet img {
    height: 15px;
}

p.tweet a {
  word-break:break-all;
}

p.tweet {
    font-size: 1.5em;
    font-family: "futura-pt",sans-serif;
    font-style: italic;
}
