button.button.addCriterion{
    font-size: 11px;
    height: 24px;
    line-height: 22px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 4px;
}

#visibility{
    display: none;
}

td.user img{
    vertical-align: middle;
}

.review-form textarea[name="review"]{
    width: 100% !important;
    height: 120px;
}

.wp-list-table #bp-user-reviews-user{
    width: 15%;
}
.wp-list-table #bp-user-reviews-author{
    width: 15%;
}
#the-list img, #the-list td{
    vertical-align: middle;
}

.review-form td.marks{display: table;margin: 0 12px;}
.review-form td.marks p{display: table-row;}
.review-form td.marks p b{
    display: table-cell;
    padding-right: 12px;
    /* text-align: right; */
}
.review-form td.marks p > span{display: table-cell;padding: 0 5px;}

.stars{
    position: relative;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block !important;
    cursor: pointer;
}
.stars .active{
    position: absolute;
    left: 0px;
    top: 0;
    overflow: hidden;
}
.stars .active span.star:before{
    content: "\f005";
}

.stars span.star:before {
    content: "\f006";
    padding-right: 1px;
    padding-left: 1px;
}
.stars span.star:last-child:before{
    padding-right: 0;
}
.stars span.star:first-child:before{
    padding-left: 0;
}


.inline.hide-if-no-js{
    display: none;
}

.type-bp-user-reviews.status-pending{
    background: #fef7f1 !important;
}
.type-bp-user-reviews.status-pending th{
    border-left: 4px solid #d54e21;
}
