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

#twitterFeed{
    text-align: left;
}

    #twitterFeed ul li {
        list-style: none;
        overflow: hidden;
        border: 1px solid #dedede;
        margin: 5px;
        padding: 5px;
    }



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

.user {
  width:20%;
}


.user {
  clear:left;
}

.user a {
 width: 100px;
}

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

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

.user div {
 clear: left; 
}


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

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

#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;
}
.user div {
    display: none;
}

.user img {
    width: auto;
}

.timePosted {
    width: 75%;
    font-weight: bold;
}

    .timePosted a {
        font-size: 12px;
        margin-left: 20px;
    }

.tweet {
    width: 75%;
}