/*
 * Twitter feed styles
 * https://github.com/jasonmayes/Twitter-Post-Fetcher
 */

#twitter_feed a, a:visited {
  color:#ffffff;
}

#twitter_feed a:hover {
  text-decoration: underline !important;
}

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

ul li:hover {
  /*background-color:#f0f3fb; kill the hideous hover */
}

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

.user {
  width:20%;
}

.tweet {
  width:60%;
}

.timePosted {
  width:20%;
}

.user {
  clear:left;
}

span[title="PolarViewStatus"] {
    display: none;
}

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

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

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

.user img {
    display: none;  /* Hide the ridiculous red egg symbol... David 04/04/2016 */
}

.interact {
  float:left;
  width:10%;
  margin-top:-7px;
  /* Hide the retweet etc links - David 04/04/2016 */
  display: none;
}

.interact a {
  margin-left:5px;
  float: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;
}