.reviewBox {
	padding: 0 0 1.5rem;
	max-width: 900px;
	width:90%;
	min-width: 300px;
	margin: 0 auto;
	box-sizing: border-box;
}
.reviewName {
	background-color: #D3DEE7;
	margin: 0;
	display: block;
	padding: 0.25rem 0 0 1.5rem;
	line-height: 1.6;
	font-size: 1.1rem;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.reviewDate {
	background-color: #D3DEE7;
	text-align: right;
	padding: 0 0.5rem 0.25rem;
	display: block;
	font-size: 0.9rem;
	line-height: 1.2;
}
.reviewText {
	padding: 0.4rem;
	max-width: 880px;
	margin: 0.4rem 0;
	font-style: italic;
	display: block;
}
.reviewText,
.reviewText p {
	font-size: 0.95rem;
	line-height: 1.2;
}

.reviewBox:not(:first-of-type) {
	border-bottom: 2px solid #4568A3;
}
.reviewBox:last-of-type {
	border-bottom: none;
	margin-bottom: 1rem;
}
/***
 Force hide image column for reviews.
 ***/
.imgSideText {
	display: none !important;
}
