.voucher {
    width: 550px;
    margin: 20px;
    float: left; 
    text-align: left;
}

.voucher .title {
    font-size: 30px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 100;
}

.voucher .qr {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.voucher .token {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.voucher .data {
    width: 100%;
    font-size: 14px;
    color: #666;
    float: left;
    padding: 0 15px;
    text-align: center;
}

.voucher .boxList {
    background-color: #fff;
    border-radius: 8px;
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 15px;
}

.voucher .boxList h3 {
    font-size: 14px;
    font-weight: 200;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.voucher .boxList ul, .boxList ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    margin-bottom: 10px;
}