.review-block {
    max-width: 520px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.review-block .review-title {
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.review-block .review-subtitle {
    margin: 0 0 10px;
    font-weight: 700;
}
.review-block .review-rating {
    margin: 10px 0 15px;
    font-size: 16px;
}
.review-block .review-rating .glyphicon {
    margin-right: 2px;
}
.review-block .review-date {
    margin-left: 15px;
    color: #555;
    font-style: italic;
}
.review-block .review-author {
    margin-top: 20px;
    font-weight: 600;
}
.review-card {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

/* Een paar vaste kleuren; PHP kiest er één */
.review-avatar.color-1 { background: #007bff; }
.review-avatar.color-2 { background: #28a745; }
.review-avatar.color-3 { background: #ffc107; }
.review-avatar.color-4 { background: #17a2b8; }
.review-avatar.color-5 { background: #e83e8c; }


.review-block-header {
    text-transform: uppercase;
}
.review-meta-name {
    font-weight: 700;
}

.review-meta-date {
    font-size: 12px;
    color: #777;
}

.review-stars {
    margin: 4px 0 8px;
    font-size: 14px;
}

.review-stars svg {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 2px;
}

.review-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.review-text {
    margin-bottom: 6px;
}
