﻿.jqx_voucher_outer {
    overflow: auto;
}

.jqx_voucherCost {
    float: left;
    font-size: xx-large;
    font-weight: bold;
    margin-right: 20px;
    color: white;
    background-color: #104fc6;
    padding: 10px;
    border-radius: 5px;
    min-width:100px;
    text-align:center;
}

.jqx_voucher_description {
    clear: right;
    font-weight: bolder;
    font-size: larger;
}

.jqx_voucher_info {
    padding-top: 5px;
    color: gray;
}

#editVoucherBtn {
    height:50px;
    display:inline-block;
    margin-right:10px;
    width:40%;
}

#purchaseVoucherBtn {
    height: 50px;
    display: inline-block;
    width: 50%;
}

.voucherPreviewContainer {
    max-width: 100%;
    overflow: auto;
    text-align:center;
}

