body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #a5bde5;
}

div.header {
  font-size: 200%;
  font-family: 'Anton', serif;
  margin-left: 8px;
}

div.entry {
  border-radius: 7px;
  padding-top: 5px;
  padding-left: 5px;
  border: 0px dotted #000000;
  overflow: hidden;
  width: 98%;
  margin: 4px;
  background-color: #ffffff;
}

div.rank {
  float: left;
  width: 2.5%;
  font-family: 'Anton', serif;
  font-size: 180%;
  /*font-weight: bold; */
  margin-left: 5px;
}

div.uparrow {
  margin-top: 5px;
  margin-right: 8px;
  float: left;
  width: 4%;
  font-size: 160%;
  color: #35e03b;
  text-align: center;
}

div.downarrow {
  margin-top: 5px;
  margin-right: 8px;
  float: left;
  width: 4%;
  font-size: 160%;
  color: #dd0d1e;
  text-align: center;
}

div.arrow img {
  width: auto;
  height: auto;
  max-width: 100%;
}

div.image {
  float: left;
  width: 7%;
  margin-right: 7px;
  margin-right: 5px;
}

div.image img {
  width: auto;
  height: auto;
  max-width: 100%;
}

div.link {
  float: left;
  padding-bottom: 0px;
  padding-right: 9px;
  width: 38%;
  /* next few lines to ensure long link text breaks within div */
  white-space: pre-wrap;      /* CSS3 */   
  white-space: -moz-pre-wrap; /* Firefox */    
  white-space: -pre-wrap;     /* Opera <7 */   
  white-space: -o-pre-wrap;   /* Opera 7 */    
  word-wrap: break-word;      /* IE */
  overflow: hidden;
}

div.metadata {
  color: #888888;
  font-size: 85%;
}

div.proof {
  float: left;
  width: 43%;
  padding: 4px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.proof:hover {
  background-color: #f2f2f2;
}

div.logo {
  float: left;
  width: 10%;
  margin-right: 6px;
  margin-top: 2px;
}

div.logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}

div.tweet {
  float: left;
  padding: 2px;
  width: 86%;
}

div.fb {
  float: left;
  padding: 2px;
  width: 86%;
}

div.avatar {
  float: left;
  margin-right: 5px;
}

div.avatar img {
  border-radius: 50%;
}

div.userinfo {
  overflow: hidden;
  width: 100%;
}

div.name {
  font-size: 110%;
  font-weight: bold;
}

/* verified symbol */
div.name img {
  vertical-align: middle;
  padding-bottom: 4px;
  padding-left: 4px;
}

div.screenname {
  font-weight: normal;
  color: #999999;
  font-size: 90%;
}

a {
  text-decoration: none;
}

a span {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}

a img {
  outline: none;
}

div.footer {
  margin-left: 8px;
  font-size: 82%;
  width: 98%;
  padding-bottom: 8px;
  overflow: hidden;
}

div.timestamp {
  float: left;
}

div.credits {
  float: right;
}
