/*SELF EDIT 20180224 Remove coupon image
.exchangeCoupon {position:relative; float:left; margin-right:20px; width:225px; height:300px; background:url(../images/coupon_exchange.png) 0 0 no-repeat;}
.getCouponHeader {padding-top:20px;}
*/
.couponPrice label {font-weight: bold;}


.getCouponHeader {padding-top:10px;}

.clr {clear:both;}
/*SELF EDIT 20180224 
.getCouponHeader h1 {margin:0; margin-bottom:10px;}
.getCouponHeader .actualpoints {margin:0; margin-bottom:10px; border-bottom:1px solid #eee; padding-bottom: 10px; font-size:1.2em; display:inline-block;}
.getCouponHeader .actualpoints span {font-weight: bold; font-size:1.5em;}
*/
.getCouponHeader h1 {margin:5;font-size:20px; }
.getCouponHeader .actualpoints {margin:5; border-bottom:1px solid #eee; padding-bottom: 10px; font-size:18px; display:inline-block;}
.getCouponHeader .actualpoints span {font-weight: bold; font-size:19px;}

.reciprocal {display:none;}





.couponPrice {margin:10px;}
.couponPrice p {margin:8px 0}
.couponPrice .noPoints {font-weight:bold;}
.couponPrice input[type="text"] {margin: 0 7px;
border:3px dotted  #0077B3;
padding: 5px 10px;
border-radius:10px;
width: 70px;
font-size:1.7em;
font-weight: bold;
text-align:center;
display:inline-block; vertical-align:middle;}
.couponPrice input[type="submit"] {display:inline-block; vertical-align:middle; padding:10px !important;}




.resultCoupon {position:relative; float:left; margin-right:20px; width:225px; height:300px; background:url(../images/coupon_result.png) 0 0 no-repeat;}

.resultCoupon .couponChip {position:absolute; top:38px; left:21px; text-align:left; width: 176px; height: 176px; text-align:center;}


.resultCoupon .couponInfo {position:absolute; left:220px; top:85px;  width:350px; padding-left:15px; border-left:1px dotted #ddd;}
.resultCoupon .couponCode {position: absolute; left: 11px; top: 55px; width:200px; text-align:center;}
.resultCoupon .couponCode span {font-size:1.6em; font-weight:bold; color: #000;}
.resultCoupon .chipValue {position:absolute;
top: 132px;
left:11px;
width:200px;
color: #000;
font-size: 2em;
text-align: center;}


.resultCoupon .chipValue span {font-weight:bold;
font-size:1.5em}