.commentsvote-wrapper .commentsvote_positive,
.commentsvote-wrapper .commentsvote_negative,
.commentsvote-wrapper .commentsvote_neutral,
.commentsvote-wrapper .rate-text,
.commentsvote-wrapper .hand {
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 10px;
}
.commentsvote-wrapper .hand {
	cursor: pointer;
}

.commentsvote-wrapper .commentsvote_positive {
    color: green;
}
.commentsvote-wrapper .commentsvote_negative {
    color: red;
}

.commentsvote-wrapper .rate-text {
  padding: 0;
}
.commentsvote-wrapper .hand {
    padding: 0 5px 0 5px;
}
.commentsvote-wrapper .results {
    font-size: 12px;
    line-height: 14px;
}
