

.vote {
    font-weight: bold;
    color: #888;
}
.vote .positive {
    color: #080;
}
.vote .negative {
    color: #f00;
}
