/* 
* Example style!
* You can do whatever the hell you want on your site :-)
*/

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

.tweet { font-family: Aileron, "Lucire 2", HelveticaNeue, "Helvetica Neue", Helvetica; font-size: 9pt; line-height: 11pt ; letter-spacing: 0.01em; font-feature-settings: "liga=1"; -moz-font-feature-settings: "liga=1"; -ms-font-feature-settings: "liga" 1;margin-left:23px;margin-top:-51px;text-align:left;width:200px;overflow:hidden;}

.tweet ul li {list-style:none; list-style-image: none; margin: 0 0px 0px 0 ;}

.timePosted {
  width:15%;
}

.user {
  clear:left;
	margin-left:-35px;
	margin-top:6px;
}

.user a {
 width: 50px;
  float:left;
}

.user span {
  display: none;
}

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

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

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

#linkage {
  position:fixed;
  top:0px;
  right:0px;
  background-color:#3d3d3d;
  color:#ffffff;
  text-decoration:none;
  padding:5px;
  width:10%;
}