/* Removes the gradients and shadows */
.couponContainer { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; width: auto; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; background:#fff; }
.couponContainer > .row .columns{width:100%;}

/* Design */
.couponContainer {border:dashed 3px #999;width:80%;padding: 6px;margin-right: 12px; margin: 0 auto;}

#couponImage{padding-bottom:0;}
#couponPrice h1{font-size:36px;margin-bottom: 0;}
#couponHeader h3{font-weight: normal;}
#couponInfo{border:none;}
#couponInfo,#couponDisclaimer, #couponExpiration {background:#000;color:#FFF;}
#couponDisclaimer, #couponDisclaimer p{font-size:11px;color:#CCC;font-style: italic;}
#couponDisclaimer p{padding:0 12px;}
#couponExpiration{padding-bottom: 12px;}
.couponPrint {background:#FFF;}
.couponPrint p{font-size:10px;}

/* Fixes the Print Icon - Be sure to change this to your own icon */
.couponContainer .mapPrint, .couponPrintAll .print {display: inline-block;padding-left: 20px;background:url(https://s3.amazonaws.com/dom-cms/Site/7ff4438c-6580-4394-9c54-4921f76091eb/images/icons/text-print.png) no-repeat transparent;} /* Change this to global sprites */
.couponContainer .mapPrint:hover, .couponPrintAll .print:hover {background:url(https://s3.amazonaws.com/dom-cms/Site/7ff4438c-6580-4394-9c54-4921f76091eb/images/icons/text-print_hover.png) no-repeat transparent;} /* Change this to global sprites */
.couponContainer .mapPrint{margin:6px 0 0 0;}

.couponPrint .print  {
    color: #999;
}
