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




.clear {clear:both;}


.user, .tweet, .timePosted {
  float:left;margin-left:0px;font-size:0.9em; padding-left: 15%;
}

.user {
  width:10%;
}

.tweet {
/* 
background-color: #006666;    opacity: 0.6;
    filter: alpha(opacity=60);
 */ padding-bottom:15px;padding-top: 10px;
}

#example1 p, #example1 a {
color: #fff; font-style: italic;
}

.timePosted {
  width:6%;border-bottom: none;
}

.user {
  clear:left; display:none;
}

.user a {
 width: 30px;border-bottom: none;
}

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

.user img, .user a > span {
  float:left;border-bottom: none;
}

.interact {
  float:right;
  width:100px;
  margin-top:-7px;margin-left:-5px;font-size:0.7em;position:relative;top:-30px;
}

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

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

.media img {
  max-width:50px;

}

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

.tco-hidden{
  display: none;
}