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

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

  .user {
    width:0%;
  }

  .tweet {
    width:100%;
  }

  .timePosted {
    width:100%;
  }

  .user {
    clear:left;
  }

   /*
  .user a {
   width: 100px;
  }

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

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

  .interact {
    display:none;
  }

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

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

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

  .tco-hidden{
    display: none;
  }