
/***** rating view *****/

.rating-view h2 span.average {
    padding-left: 8px;
    font-weight: 400;
    color: #999;
}
.rating-view h3 {
    padding: 6px 0 0;
    font-weight: 400;
}
.rating-view th.title, .rating-view td.title {
    width: 70%;
}
.rating-view th.count, .rating-view td.count {
    width: 15%;
}
.rating-view th.average, .rating-view td.average {
    width: 15%;
}
.rating-view th:not(:first-of-type), .rating-view td:not(:first-of-type) {
    text-align: center;
}
.rating-view tr.last td:first-of-type {
    text-align: right;
    border-bottom-color: transparent;
}
.rating-view tr.last td:not(:first-of-type) {
    border-bottom-style: double;
    background: #f3f3f5;
}