.VanGoghReview {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border: 1px solid #ccc;
    background-color: #fff;
}

.VanGoghReview__head:after {
    content: '';
    display: table;
    clear: both;
}

.VanGoghReview__rating {
    display: block;
    float: right;
    font-weight: bold;
}

.VanGoghReview__content {
    position: relative;
}

.VanGoghReview__content:before {
    content: '\201c';
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 1.7em;
}

.VanGoghReview__message {
    position: relative;
    margin: 1em 0 1em;
    text-indent: 1em;
}

.VanGoghReview__writer {
    margin-bottom: 0;
    font-size: 0.85em;
    font-style: italic;
    color: #858d93;
}

/** stars */

.VanGoghReview__stars {
    display: block;
    float: left;
    width: 162px;
    height: 24px;
    background: url(VanGoghReview__stars.png) no-repeat 0 0;
}

.VanGoghReview__stars--8 {
    background-position: 0 -24px;
}

.VanGoghReview__stars--6 {
    background-position: 0 -48px;
}

.VanGoghReview__stars--4 {
    background-position: 0 -72px;
}

.VanGoghReview__stars--2 {
    background-position: 0 -96px;
}

/** hidden */

.VanGoghReview__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

/**
 * Response
 */

.VanGogReview__response {
    margin-top: 1.5em;
    padding-left: 24px;
}

.VanGogReview__responseHead {
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #37424c;
}

.VanGogReview__responseText {
    margin-bottom: 0;
    white-space: pre-wrap;
}