        .reviews-container {
            margin-top: 20px;
        }
        .review {
            border-bottom: 1px solid #DDD;
            padding: 20px 0;
        }
        .review:last-child {
            border-bottom: none;
        }
        .review-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        .review-meta {
            color: #888;
            font-size: 1em;
            flex-grow: 1;
        }
        .review-meta span{
            text-decoration: underline;
            color: #000;
        }
        .review-title {
            font-weight: bold;
            font-size: 1.2em;
            margin: 10px 0;
        }
        .review-text {
            margin-top: 10px;
        }
        .stars {
            letter-spacing: 3px;
            font-size:2em;
        }
        .stars span {padding:0; margin:0}
        .stars .gold {color: gold;}
        .stars .grey {color: #CCC;}

        .review-date {
            color: #888;
        }


    .rating {}
    .rating .numeric {display:inline; font-weight:bold;}
    .rating .stars {display:inline; vertical-align:bottom;}
    .rating_categ .stars {letter-spacing: 0px; font-size:1.6em;}
    .rating span {font-weight:normal; color:#888}
