a.content-vote-disabled,a.content-vote-disabled:hover,a.content-vote-disabled:visited {
    text-decoration: none;
    color: #000 !important;
    cursor: default;
}

.content-vote-error {
    color: red;
}

.content-vote-message {
    color: green;
}
/*a.content-vote-up:before {
    content: 'Like';
}
a.content-vote-down:before {
    content: 'Dislike';
}*/

