a#follow-btn,
a#unfollow-btn {
  display: none;
}
#votes {
  position: relative;
  float: left;
  display: block;
  margin-top: 7px;
}
@media only screen and (max-width: 512px) {
  #votes {
    width: 100%;
  }
}
.votebox {
  display: block;
  float: left;
  border: none;
  cursor: pointer;
}
.votebox .voteicon {
  float: left;
  width: 18px;
  height: 16px;
  background: url('/cassette.axd/file/site-static/hearts_9pack-a577d9a151b8d9479dee8031f9c3df930145cc14.png') top left no-repeat;
  background-size: auto 34px;
  margin: 7px 0 6px 0;
}
.voteup:hover .voteicon {
  background-position: 0 bottom;
}
.votedup .voteicon {
  background-position: 0 bottom;
}
.votenum {
  padding: 9px 5px 8px 5px;
  height: 13px;
  float: left;
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  width: auto;
  text-align: center;
  line-height: 13px;
  margin: 0 10px 10px 0;
}
#recentactions {
  float: left;
  height: 40px;
  width: 334px;
  margin-right: 1px;
  padding-left: 0px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 512px) {
  #recentactions {
    width: 100%;
  }
}
#recentactions img {
  height: 28px;
  width: 28px;
  border-radius: 15px;
}
#recentactions a {
  border-radius: 15px;
  border: none;
  display: block;
  position: absolute;
  top: 0px;
  overflow: hidden;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: all 0.7s ease-in;
  transform: rotate(0deg);
}
#recentactions .isAwesome {
  color: #00cc33;
}
#recentactions a:hover {
  border-color: #ed6741;
}
p.tagstyle {
  margin: 2px 0px 0px 0px;
  padding: 0px;
  font-size: 100%;
  padding-bottom: 10px;
}
#tags {
  clear: both;
  width: 100%;
  overflow: hidden;
}
#tags.hidden {
  height: 0;
}
#tags h3 {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-size: 11px;
  color: #58595b;
  float: left;
  margin-right: 10px;
  padding-top: 10px;
}
#qual_tags {
  display: block;
  font-weight: bold;
  list-style-type: none;
  margin: 5px 0;
  text-transform: uppercase;
  padding: 0;
  float: left;
}
#qual_tags li {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  text-align: center;
}
#qual_tags li a {
  background: #cccccc;
  color: #191919;
  cursor: pointer;
  display: block;
  letter-spacing: 0.1em;
  outline: none;
  padding: 4px 5px 3px 5px;
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
}
#qual_tags li a:hover {
  outline: none;
  background: #ed6741;
  color: white;
}
#qual_tags li a.selected {
  background: #4bc4d5;
  color: white;
  outline: none;
}
#qual_tags li a.selected:hover {
  background: #ed6741;
}
