@charset "utf-8";
/* CSS Document Reviews.css for table setup of cusotmer reviews */
/* resource table info: https://www.webucator.com/how-to/how-style-table-with-css.cfm */
@charset "utf-8";
.imageLeft {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
}
.reviewNum underlinedRow {
}
.underlinedRow {
	border-bottom:#000;
	border-bottom:thin;
	border-bottom:thick;
	border-bottom-color:#000;
	padding-bottom:1em;
	border-bottom-width:2px;
}
.underlineRow td {
	border:thick;
	text-align:right;
}
	

.reviewNum {
	vertical-align:top;
}
	
table underlinedRow td {
	font-weight: bold;
	font-size: large;
	background-color: #687886;
	color: #fff;
}
.PostMeta {
	font-weight:bold;
}
	