#message
{
    margin-bottom: 40px;
}

tr.row_valueOffen td {
    text-align: right;
    font-size: 15px;
    background-color: #E0E0E0;
    /* color: #fff; */
    font-weight: 600;
}

tr.row_vouchervalueWert td {
    background-color: #A1D490;
    text-align: right;
}

table
{
    width:100%;
}

.sumrow td
{
    text-align: right;
    background-color:#e0e0e0;
    border:0px;
    border-top:1px solid #ccc;
}

.sumsum td
{
    font-size: 16px;
    font-weight: bold;
}

small
{
    font-size:12px;
}

td input
{
    width:60px;
    padding:4px;
}

.sum
{
    text-align: right;
}

table td, table th
{
    padding:8px;
}

.voucherButton
{
    color: #fff;
    background-color: #A194B2;
    border-radius: 8px;
    display: inline-block;
    min-width: 120px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    border:0px;   
}

.row_voucher td
{
    border:0px;
}

.voucherlabel
{
    text-align: right;
}

.vouchercode
{
    padding:0px 4px 0px 4px;
}

.vouchercode input
{
    width:100%;
}



.row_vouchervalue td
{
    background-color: #A1D490;
    text-align: right;
    
}

.row_vouchervalue td + td + td
{
    text-align: left;
}