/* @override http://brianstirefactory.com/stylesheets/print.css?1212780738 */
/* @group Landing Page */
.hide-print, #landing #header, #landing #footer {
	display: none;
}
span.show-print {
	display: inline;
}
#landing h1 {
	border-bottom: 2px solid;
}
#landing .store {
	width: 33%;
	float: left;
}
#landing .store h2 {
	font-size: 12pt !important;
	border: none !important;
	margin: 0 !important;
}
#landing .store h2 a {
	display: block;
}
#landing .store p.store_address {
	line-height: 1.3em !important;
	margin-bottom: 5px !important;
}
#landing .store p.store_phone {
	font-weight: bold;
}
#landing #inspection ul {
	float: left;
}
/* @end */
/* @group Coupons */
#coupon_wrapper h1 {
	text-align: center;
}
div#coupon {
	border: 3px dashed #e2383f;
	padding: 10px;
	margin: 20px;
	text-align: center;
}
span.red {
	color: #e2383f;
}
#coupon .name {
	font-size: 23px;
	margin: 0;
}
#coupon .conditions {
	color: #ffa500;
	font-size: 17px;
	margin: 10px;
}
#coupon_wrapper {
 margin: auto;
 border: 1px solid #ccc;
}
img#coupon_02, img#coupon_04 {
	height: 100%;
}
#coupon_wrapper p {
	margin: 0 0 7px;
}
#coupon_wrapper tbody tr td div.address {
	text-align: center;
	font-weight: 600;
	color: #666;
}
#coupon_wrapper tbody tr td p.exclusive span.storename {
	font-weight: 600;
}
#coupon_wrapper tbody tr td p.exclusive {
	text-align: center;
	font-weight: 600;
}
#coupon_wrapper tbody tr td p.exclusive span.storename {
	font-size: 15px;
	color: #e2383f;
}

/* @end */

/* @group Miscellaneous */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	position: relative;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* @end */