a.bbpvotes-post-vote-link .bbpvotes-icon{
    display:none;
}
a.bbpvotes-post-vote-link.bbpvotes-db-loading .bbpvotes-icon-loading,
a.bbpvotes-post-vote-link.bbpvotes-db-success .bbpvotes-icon-success,
a.bbpvotes-post-vote-link.bbpvotes-db-error .bbpvotes-icon-error{
    display:inherit;
}

#bbpress-forums .bbpvotes-post-votes-log{
  border-top: 1px dotted #ddd;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #aaa;
}
#bbpress-forums .bbpvotes-post-votes-log a{
    position:relative;
    display:inline-block!important;
    margin:2.5px!important;
    width:30px;
    height:30px;
}

#bbpress-forums .bbpvotes-post-votes-log a img{
    display:inline!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#bbpress-forums .bbpvotes-post-votes-log a .bbpvotes-avatar-icon-vote{
    position:absolute;
    bottom:-2.5px;
    right:-2.5px;
    font-size:1em;
    width:1em;
    height:1em;
}