/* CSS Document */

.Instructions {
	text-align: center;
}

.Frame_Garvey_Product_Display {
	border-bottom: 1px solid #CCC;
}

.Product_Listing {
	border-top: 1px solid #CCC;
	padding: 50px 0;
	text-align: center;
}

.Business_Name {
	font-weight: bold;
}










/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Product_Listing {
		text-align: left;
	}

	.Product_Photo {
		float: right;
		margin: 0 0 20px 20px;
	}

}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Container {
		font-size: 1.1rem;
	}

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


}