#reviewsTable {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#reviewsTable h1 {
	padding: 0px 0px 15px;
	color: #29456b;
}
#reviewsTable td {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #29456b;
}
#reviewsTable td:hover {
	color: #f59723;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#reviewsTable img {
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#reviewsTable img:hover {
	transform: scale(1.025);
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,.25));
}