
div#exampleProfile{
   height: }

#exampleProfile ul {
  list-style:none!Important;
  margin: 0px;
  padding: 0px;
}


#exampleProfile li {
  list-style:none;
  overflow:hidden;
  border:0px solid #dedede;
  margin:5px;
  padding:5px;

}
#exampleProfile li a:hover {
color: #404040!Important;
}




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

.user {
  width:25%;
display: none;}

.tweet {
  width: 100%;
}
.timePosted {

}

.user {
  clear:left;
}

.user a {
 width: 100px;
}

.user span span {
  width:100px;
  display:block;

}

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

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

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

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

.media img {
  max-width:250px;
  max-height:250px;
  text-align: left;}

#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;
}