#reviewsDefaultHeading {
	padding-bottom: 2px
}

.review {

}

	.review-list-tools {
		overflow: hidden;
		font-size: 14px;
		line-height: 30px;
		margin-top: 21px;
	}

		.navSplitPagesLinks {
			margin: 0
		}

		.navSplitPagesResult {
			float: left; 
		}

	.review ul {
		margin-top: -9px
	}

	.review ul li {
		margin-top: 30px;
		overflow: hidden;
	}

		.review ul li > .col {
			overflow: hidden;
		}

		.review ul li > .col:first-child {
			float: left;
			max-width: 150px;
			width: 24.877301% /* 390px/978px */;
			margin-right: 4%;
			
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}
	
	/* image */
	.productMainImage {
		display: table;
		margin-bottom: 12px;
		max-width: 150px;
		width: 100%;
		position: relative;
	}

		.productMainImage a {
			background: #fff;
			border: 1px solid rgba(0, 0, 0, 0.1);
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			position: relative;
			height: 150px;
			padding: 21px;
			width: 100%;

			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
		}

		.productMainImage .imgLink {
			display: none;
		}

		.productMainImage a img {
			height: auto;
			max-height: 106px;
			width: auto;
			max-width: 106px;
		}

	/* info */
	.review h2 {
		font-size: 18px;
		margin-bottom: 6px;
		margin-top: 0;
	}

	.review .comment {
		/*background: #f2f2f2;
		border: 1px solid #E9E9E9;*/
		padding: 0;
		font-size: 14px;
		line-height: 21px;
		position: relative;
	}

		.review .comment a {
			color: #3b859e;
		}

		.review .comment a:hover {
			color: #174d5f;
		}

		.review .comment br {
			display: none;
		}

	.review .user {
		font-size: 14px;
		margin-bottom: 15px;
	}

		.user span {
			display: block;
		}

		.review .user span.user-name {
			color: #808080;
			font-weight: normal;
			margin-top: 6px;
			line-height: 100%;
			margin-bottom: -2px
		}

		.review .user .user-name span {
			display: inline-block;
			/*font-weight: bold;*/
		}

		.review .user span + span {
			margin-top: 8px 
		}

@media screen and (max-width: 768px) {
	.review ul li > .col,
	.review ul li > .col:first-child {
		float: none;
		margin: 0 auto;
		max-width: none;
		width: auto;
	}

	.review ul li > .col:first-child {
		margin-bottom: 24px;
	}

		.links {
			display: none;
		}

	.productMainImage {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0
	}

	.review h2 {
		line-height: 21px;
		font-size: 15px
	}
}

@media screen and (max-width: 510px) {
	.review .review-list-tools:first-child {
		display: none;
	}

	.navSplitPagesResult,
	.navSplitPagesLinks {
		float: none;
		text-align: center
	}

	.navSplitPagesLinks {
		border-top: 1px solid #ccc;
		margin-top: 15px;
		padding-top: 15px;

	}
}



