.voucher_container {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.voucher_box {
    display: inline-block;
    *display: inline; /* IE 7 and below */
    overflow: hidden;
    width: 270px;
    background-color: #AF0C26;
    padding: 0px !important;
    border: 0px !important;
    margin: 10px !important;
}

.voucher_img_box {
    width: 270px;
    height: 180px;
    overflow: hidden;
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
}

.voucher_img {
    width: 270px;
    height: 180px;
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
}

.voucher_text_box {
    height: 200px;
    position: relative;
    padding: 0px !important;
    border: 0px !important;
    margin: 15px !important;
    text-align: left !important;
}

.voucher_footer_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

h3.voucher_title,
p.voucher_body,
div.voucher_price,
a.voucher_order,
a.voucher_order:link,
a.voucher_order:visited {
    color: #ffffff;
}

p.voucher_body {
    margin-bottom: 10px;
}

div.voucher_price,
a.voucher_order {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

a.voucher_order {
    float: right;
}

div.v_spacer_2, div.v_spacer_3, div.v_spacer_4 {}

div.v_spacer {
    clear: both;
    width: 100%;
    height: 30px;
}
@media screen and (min-width: 480px) {
    div.v_spacer_2 {
        clear: both;
        width: 100%;
        height: 30px;
    }
}
@media screen and (min-width: 720px) {
    div.v_spacer_3 {
        clear: both;
        width: 100%;
        height: 30px;
    }
}
@media screen and (min-width: 960px) {
    div.v_spacer_4 {
        clear: both;
        width: 100%;
        height: 30px;
    }
}