/*-- This CSS will override the universal.css for local customizations --*/

body {}

.coupon {
border:dashed 2px #888;
padding:1.5em;
margin:6px;
box-shadow:inset 0 0 .5em rgba(0,0,0,.2);

}

.coupon h1 {
text-align:center;
font-size:3.75em;

line-height:1.1;
text-shadow:1px 1px #aaa;
}

.tagline {
top:0px;
left:10px;
font-size:14px;
z-index:999;
color:#fff;
}

.ezpagebuilder-block-buttons {
z-index:99; 
position:relative;
}