.coupondiv2 {
    border: 1px solid #d3d3d3;
    min-width: 250px;
    margin-bottom: 6px;
    background-color: #fff;
}
.coupondiv2 .promotiontype2 {
    padding: 15px;
    overflow: hidden;
}
.promotag2 {
    float: left;
	margin: 0px 10px 0px 0px;
}
.promotiondetails2 {
    word-wrap: break-word;
    float: left;
    font-size: 16px;
	max-width: 600px;
}
.promotagcont2 {
    background: #fff;
    color: #00a0d2;
    overflow: hidden;
    width: 70px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 4px rgba(34, 34, 34, .2);
    box-shadow: 1px 1px 4px rgba(34, 34, 34, .2);
    text-align: center;
}
.promotagcont2 .saleorcoupon2 {
    background: #00a0d2;
    padding: 7px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 2em;
}
.saveamount2 {
    min-height: 58px;
    font-size: 20px;
    margin: 0 auto;
    padding: 4px 3px 0;
    font-weight: 700;
    line-height: 2.5;
}
.coupontitle2 {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    font-size: 24px;
}
.cpinfo2 {
    display: block;
	max-width: 600px;
    margin-bottom: 5px;
    color: #222;
    line-height: 1.6;
    text-decoration: none;
    font-size: 14px;
}
.coupondiv2 .cpbutton2 {
    float: right;
    position: relative;
    z-index: 1;
    text-align: right;
    width: 140px;
    margin-top: 35px;
    margin-right: 15px;
}
.copyma2 {
    width: 110px;
    min-width: 110px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding: 15px 10px;
    border: 0px;
    background: #00a0d2;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-style: solid;
    border-color: #00a0d2;
    border-radius: 0px;
}
.coupon-code2 {
    position: absolute;
    top: 0px;
    right: -45px;
    z-index: -1;
    min-width: 50px;
    height: 43px;
    padding: 0 5;
    content: attr(data-revealed-code);
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 16px;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ddd;
} 