/* Like Mod Styles */

.buttonlike {
    background: url("http://landsofevelon.com/adopt/wp-content/uploads/2016/02/LikeButton.png") no-repeat;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #837465;
    font-size: 13px;
    text-decoration: none;
    cursor: poiner;
    border: 0px solid #837465;
    width:22px;
    height:22px;
}

.buttonlike:hover
{
    background: url("http://landsofevelon.com/adopt/wp-content/uploads/2016/02/UpvoteHover.png") no-repeat;
}