.review-box {
    display: flex;
    font-family: 'Open Sans', Arial, Sans-Serif;
    font-size: 13px;
    line-height: 1.8;
}

.review-box.no-margin-left {
    margin-left: 0;
}

.rating-box {
    width: 100px;
}

.rating-box input {
    display: none;
}

.rating-box .voting-box {
    position: absolute;
    margin-left: -20px;
    display: none;
}

.rating-box .voting-box form{
    margin: 0;
}

.rating-box:hover .voting-box {
    display: block;
}

.review-box .reviewers {
    margin: 0 7px;
    cursor: pointer;
}
.review-box .review-title {
    cursor: pointer;
}

.review-title.nobody-voted {
    display: none;
}