/*!
 Styles for APOliver.com
 */

.logo {
	max-width: 100%;
}

.upperText {
	text-align: center;
	font-family: 'Gill Sans Nova', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 1.2em;
	font-weight: 400;
	color: #707070;
	vertical-align: middle;
}

.transactions {
	text-align: center;
	font-family: 'Gill Sans Nova', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 1em;
	color: #707070;
	vertical-align: middle;
	padding-bottom: 50px;
}

.retailImage {
	max-width: 100%;
	width: auto;
	border-radius: 20px;
	padding-bottom: 5px;
}

.retailImageDunkin {
	max-width: 100%;
	width: auto;
	border-radius: 20px;
	border: 1px solid #f5821f;
	padding-bottom: 5px;
}

.lowerText {
	color:#7B7B7B;
	font-size: .9em;
	color: darkgray;
	font-family: 'Gill Sans Nova', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
}