body>table {
  margin-left: 20px;
  margin-top: 7px;
}

.like-button {
  display: block;
  min-width: 60px;
  height: 22px;
  font-size: 14px;
}

.like-button:hover {
  cursor: pointer; cursor: hand;
}

.like-button:hover .icon {
  color:#FF1D49;
}

.icon {
  display: block;
  float: left;
  width: 24px;
  height: 22px;
  font-size:24px;
  position: relative;
  top: -5px;
  left: 2px;
  color: #E87722;
  font-family: sans-serif;
}

.icon.liked {
  color: #FF33CC;
}

.likes {
  display: block;
  float: left;
  font-size: 14px;
  font-family: sans-serif;
  padding-left: 4px;
  padding-top: 2px;
  line-height: 1;
}

img.thumbnail {
  width: 100px;
  height: 100px;
  border: 0;
  outline: none;
  background-color: #eee;
}

td.name {
  padding-left: 20px;
}

td.name > a {
  display:inline-block;
  padding-top:5px;
  padding-bottom:5px;
}

td.name > a:hover {
  color: #24248F;
  text-decoration: none;
}

a.random {
  color: #0000EE;
}

#top {
  display: inline-block;
  width: 450px;
}

#top>h2 {
    float: left;
}

#top>.random {
    float: right;
    margin-top: 37px;
}

img.big {
  max-width: 500px !important;
  max-height: 500px !important;
  height: auto !important;
}
