.starfish-post-rating{float:left;margin:10px 0}
.starfish-rate{cursor:pointer;display:inline-block;margin:0 5px 0 0}
.starfish-post-rate img.emoji,.starfish-rate img.emoji{position:relative;width:30px!important;height:auto!important}
.starfish-post-rate{float:right;margin:10px 0}
.starfish-post-rate span{display:inline-block;font-size:1rem}
.starfish-post-rate img{margin:0 5px!important}
.starfish-post-clear{clear:both}
.starfish-rate:hover{position:relative;-webkit-animation:mymove 1s infinite;animation:mymove .3s infinite}
@-webkit-keyframes mymove {
  0%{top:0}
  25%{top:1px}
  50%{top:0}
  75%{top:-1px}
  100%{top:0}
}
@keyframes mymove {
  0%{top:0}
  25%{top:1px}
  50%{top:0}
  75%{top:-1px}
  100%{top:0}
}