/**************
Coupon Terms Page Style
**************/
strong {
	font-weight: bold;
}

#close_btn {
    float: right;
    padding: 15px 24px 0 5px;
}

#close_btn img {
	cursor: pointer;
	height: auto;
	width: 40px;
}

#my_coupon_terms_overlay {
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1050;
}

#my_coupon_terms {
    background-color: #fff;
    color: #484848;
    display: none;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    z-index: 1050;
}

#my_coupon_terms .page_title {
    padding: 25px 60px;
}

#my_coupon_terms .item {
	margin: 30px 0 0;
}

#my_coupon_terms .item:first-child {
    margin-top: 0;
}

#my_coupon_terms .content {
    margin: 0 30px;
    overflow-y: scroll;
	padding: 0 30px 30px;
}