.reviews-list{
	list-style: none;
    margin: 0;
    padding: 0;
}

.review__quote
{
	background: url(images/blockquote.png) 0 0 no-repeat;

    margin-bottom: 0;
    padding: 0 0 0 38px;
    border-left: 0px solid #eeeeee; 
}

.review-cont__text
{
    vertical-align: text-top;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #9f9f9f;
    margin-bottom: 0;
}
.review-cont__author{
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 800;
    color: #393939;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
	
	position: relative;
    text-align: right;
    margin-top: 4px;
    margin-right: 31px;
}