table.garments {
	border-collapse: collapse;
	text-align: right;
	max-width: 90%;
	text-size: 80%;
  	margin-bottom: 1em;
}
	
table.garments thead {
	text-align: center;
}
		
table.garments tbody {
}
		
table.garments tbody tr:nth-of-type(even) td {
	background: #F8F8F8;
}
			
table.garments tbody td {
	border: 1px solid black;
	text-align: center;
}
				
table.garments tbody th, td {
	padding-right: 0.5em;
	max-width: 75%
}

.spr-review-reply, .spr-review-content, .spr-header-title { margin: 0 !important; }
.spr-pagination { font-size: 1.4em; }
#shopify-product-reviews { margin-top: 0!important; }