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

#example1 p{
  margin:10px 0 0 0;
}

#example1 p span{
	font-size:13px;
	}

#example1 li a {
color:#72b361;
  margin:10px 0 0 0;
}



#example1 a:hover {
  color:#e97f64;
}

#example1 ul li {
  list-style:none;
  overflow:hidden;
  padding:5px;
   border-bottom: 1px dashed #616161;
}

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

.user img{display:none;}

.user {
  width:100%;
}

.tweet {
  width:100%;
}

#example1 .timePosted {
  width:100%;
  font-size: 10px;
}

.user {
  clear:left;
}

.user a {
 width: 100px;
 }

.user span span {
  width:100px;
  display:block;
  margin-top:0px;
  font-size: 12px;
}

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

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