.webwinkelkeur-rating-img {
    background-image: url("/images/webwinkelkeur.png");
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100px;
}
.no-padding {
    padding: 0;
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.center-stars {
    position: relative;
    margin-top: 120px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.webwinkelkeur-item {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.ster {
    background: url(/images/star-small.png) left repeat-x #ec008b;
    height: 100%;
}
.ster-container {
    width: 60px;
    height: 11px;
    background: url('/images/star-small.png') left repeat-x #ededed;
}
.star {
    background: url('/images/star.png') left repeat-x #ec008b;
    height: 100%;
}
.star-container {
    width: 120px;
    height: 20px;
    background: url('/images/star.png') left repeat-x #ededed;
}
.padding-5 {
    padding: 5px;
}
.webwinkelkeur-cijfer {
    font-weight: 700;
    font-size: 24px;
    top: 96%;
    opacity: 0.8;
}
.page-beoordelingen-widget {
    text-align: right;
    padding-right: 30px;
}
.webwinkelkeur-naam {
    font-weight: 700;
    word-wrap: break-word;
}
.webwinkelkeur-beschrijving-goed {
    border-top: 1px solid #ccc;
}
.webwinkelkeur-beschrijving-beter {
    border-top: 1px solid #ccc;
}
.webwinkelkeur-beschrijving-bedrijf {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}
.webwinkelkeur-datum {
    border-left: 1px solid #ccc;
    font-weight: 700;
}
.webwinkelkeur-plaats {
    border-left: 1px solid #ccc;
    font-weight: 700;
    word-wrap: break-word;
}
.webwinkelkeur-container-reactie:not(:last-child) {
    margin-bottom: 10px;
}
.webwinkelkeur-beschrijving-beter-titel {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.webwinkelkeur-beschrijving-bedrijf-titel {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.webwinkelkeur-beschrijving-goed-titel {
    color: #477eb9;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.webwinkelkeur-persoon {
    display: flex;
}
@media (max-width: 550px) {
    .webwinkelkeur-rating-cijfer {
        width: 100%;
    }
    .webwinkelkeur-reactie-inhoud {
        width: 100%;
    }
    .webwinkelkeur-naam {
        width: 100%;
        border: none;
    }
    .webwinkelkeur-plaats {
        width: 100%;
        border: none;
    }
    .webwinkelkeur-datum {
        width: 100%;
        border: none;
    }
    .webwinkelkeur-persoon {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
}