/* Custom, iPhone Retina */ 
@media only screen and (max-width : 321px) {
	.cbpr-glance.cbpr-tmp3 > div {
	  width: 100%;
	}
	.cbpr-glance.cbpr-tmp4 > div {
	  width: 100%;
	}
	.cbpr-tmp4 .cbpr-average-rating {
	  margin-left: 0;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 481px) {
	.cbpr-glance.cbpr-tmp3 > div {
	  width: 100%;
	}
	.cbpr-glance.cbpr-tmp4 > div {
	  width: 100%;
	}
	.cbpr-tmp4 .cbpr-average-rating {
	  margin-left: 0;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 581px) {
	.cbpr-glance.cbpr-tmp3 > div {
	  width: 100%;
	}
	.cbpr-glance.cbpr-tmp4 > div {
	  width: 100%;
	}
	.cbpr-tmp4 .cbpr-average-rating {
	  margin-left: 0;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
}