
        .GReviews {
		    max-width: 450px;
            margin: 0 auto;
            background-color: #fff;
            width: 100%;
            height: 52px;
            display: flex;
            flex-direction: row;
        }
        .RCount {            
            margin: 0 auto;
            background-position: center center;
            background-image: url(../png/reviews-bgd.png);
            background-repeat: no-repeat;
            background-size: 95%;
            color: #fff;
            font: normal 15px verdana;
            width: 210px;
            padding: 13px 26px 0 0;
        }
        .RCount span {
            font-weight: 600;
            margin-right: 5px;
        }
        .RGTitle {
            font: bold 15px lato;
			width: 89px;
            color: #5f6368;
            height: 42px;
            padding: 6px 13px;
        }
        .RGScore {
            width: 96px;
        }
        .GRTop {
			font: bold 30px lato;
            margin-bottom: -3px;
			color: #5f6368;
			text-align: center;
		}
        .checked {
            font-size: 11px;
            color: #f4bb3f;
        }

        @media all and (max-width: 400px)  {
            .RGTitle, .RCount {
                font-size: 13px !important;
            }

        }