/* 
* Example style!
* You can do whatever the hell you want on your site :-)
*/

.twitterlogo h2 {
  clear:both;
}

.twitterlogo p, a {
  font-size:9pt;
  color:#3d3d3d;
}

.twitterlogo a, a:visited {
  color:#427fed;
}

.twitterlogo a:hover {
  color:#82afff;
}

.twitterlogo ul li {
  list-style:none;
  overflow:hidden;
  border-bottom:1px solid #dedede;
  margin: 0px;
  padding:5px;
}

.twitterlogo ul li:hover {
  background-color:#f0f3fb;
}

.user, .tweet, .timePosted {
  float:left;
}

.user {
  width:25%;
}

.tweet {
  width:75%;
}

.timePosted {
  width:15%;
}

.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;
  display:none;
}

.interact a {
  margin-left:5px;
  float:left;
}

.user a > span {
  margin-left:10px;
  display: none;
}