/*.completion-voucher {
    background-color:white;
    .title {
        font-weight:bold;
        font-size:16px;
    }

    .op {
        float:right;
    }

    .bn {
        cursor:pointer;
        font-size:14px;
    }

    .bn-complete {
        margin-right:20px;
    }

    .modal-dialog {
        width: 550px;
    }

    input[readonly] {
        background-color:white;
    }
}*/

