﻿

.header_txt {
    color: #fff;
    float: right;
    font-size: 14px;
    height: auto;
}

    .header_txt a {
        text-decoration: none;
    }

.voucher_txt_main_box {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #f3b745;
    box-sizing: border-box;
}

.voucher_txt {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 12px;
    background-color: #eeeeee;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.coupon-normal {
    margin: auto;
    width: 543px;
}

.cpncde {
    margin: auto;
    width: 100%;
}

.voucher_heading_txt {
    float: left;
    width: 100%;
    height: auto;
    color: #333333;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

.voucher_txt_box {
    width: 150px;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    /*float: left;*/
    /*margin-left: 15px;*/
    margin: auto;
    text-align: center;
    color: #bf0c0c;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    background-color: #FFF;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
    .coupon-normal {
        width: 380px;
    }
}
