
.voucher-item {
    display: block;
    float: left;
    margin: 1px;
    font-size: 12px;
}

.voucher-item:visited {
    color: white;
}

.voucher-button-list {
    max-height: 200px;
    overflow: auto;
}

.voucher-list {
    clear: both;
    margin-bottom:10px;
}

.voucher-list.printed .voucher-item {
    color: black;
    font-weight: normal;
    font-size: 12px;
}

.order-sumary {
    clear: both;
}

.small {
    font-size: 9px;
}

.heading-section {
    font-weight: bold;
    margin: 13px;
    font-size: 11px;
    margin-left: 0px;
}

.voucher-action-window {
    position: absolute;
    padding: 5px;
    border: 1px solid white;
    top: 50%;
    left: 50%;
    /*width: 400px;*/
    /*height: 100px;*/
    /* background-color: #5ab45a; */
    border-radius: 5px;
    box-shadow: 0px 0px 25px -5px black;
    background: rgba(255,255,255, .9);
    z-index:1000;
}

.s_email {
    border-radius: 5px;
    margin: 4px;
    width: 90%;
}

.hidden {
    display: none;
}
