.ratingtoolstable ol li{
    margin-top: 5px;
}
.ratingtooltable{
    background: #e4e4e4;
    padding: 5px;
    margin-bottom: 5px;
}

.cbrating_comment_status{
    margin-right: 5px;
}
.cbrating_comment_status:last-child{
    margin-right: 0px;
}

.cbrating_comment_status_delete{
    color: red;
}

.cbrating_comment_status_unapproved{
    color: #dd0000;
}

.cbrating_comment_status_approved{
    color: green;
}

.cbrating_comment_status_spam{
   color: #aa1100;
}