.ratingSnapshotWrapper .ratingSnapshotLeftColumn .progress {
    background: #F0F0F0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 10px;
}

.ratingSnapshotWrapper .ratingSnapshotLeftColumn .progress .progress-bar {
    background: #007dc5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
}

.ratingSnapshotWrapper .ratingSnapshotHeader,
.ratingSnapshotWrapper .ratingSnapshotColumn .ratingSnapshotColumnHeading {
    text-align: center;
}

.ratingSnapshotWrapper .ratingSnapshotColumn {
    width: 50%;
}

.ratingSnapshotWrapper .ratingSnapshotLeftColumn {
    float: left;
}

.ratingSnapshotWrapper .ratingSnapshotRightColumn {
    float: right;
}

.ratingSnapshotWrapper .ratingSnapshot {
    line-height: 2em;
}

.ratingSnapshotWrapper .ratingSnapshot .ratingSnapshotLabel,
.ratingSnapshotWrapper .ratingSnapshot .ratingSnapshotCount {
    text-align: center;
}

.ratingSnapshotWrapper .ratingSnapshot .ratingSnapshotLabel {
    display: inline-block;
    width: 10%;
}

.ratingSnapshotWrapper .ratingSnapshot .ratingSnapshotCount {
    display: inline-block;
    width: 15%;
}

.ratingSnapshotWrapper .ratingSnapshot .barGraphWrapper {
    display: inline-block;
    width: 70%;
}

.ratingSnapshotWrapper .ratingSnapshot .star-icon {
    background: url( '../images/star.png' ) no-repeat 0 -28px;
    display: inline-block;
    height: 14px;
    width: 16px;
}