body.mod-eshop_withdrawal .left_side {
    display: none;
}

body.mod-eshop_withdrawal .right_side {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

.withdrawal-intro {
    margin-bottom: 1em;
}

.withdrawal-form {
    margin-top: 1em;
    max-width: 42em;
}

.withdrawal-form table {
    width: 100%;
}

.withdrawal-form .mod_eshop_form_label_f {
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 35%;
}

.withdrawal-form .mod_eshop_form_input_f {
    margin-bottom: .5em;
    max-width: 100%;
    padding: 4px;
    width: 280px;
}

.withdrawal-form .field-hint {
    color: #555;
    display: block;
    font-size: .9em;
    margin-top: .2em;
}

.withdrawal-form .field-error {
    border: 2px solid #FBC2C4;
}

.withdrawal-form .mod_eshop_bt_order_f {
    background: #193990;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
    margin-top: .5em;
    padding: .6em 1em;
}

.withdrawal-form .mod_eshop_bt_order_f:disabled {
    cursor: wait;
    opacity: .7;
}

.withdrawal-form .form-actions td {
    padding-top: .5em;
}

.withdrawal-items-table {
    border-collapse: collapse;
    margin-bottom: .5em;
    width: 100%;
}

.withdrawal-items-table th,
.withdrawal-items-table td {
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}

.withdrawal-items-table th {
    font-size: .9em;
}

.withdrawal-items-table.withdrawal-items-error {
    border: 2px solid #FBC2C4;
}

.withdrawal-item-check {
    text-align: center;
    width: 3em;
}

.withdrawal-item-qty {
    width: 5em;
}

.withdrawal-item-qty .withdrawal-return-qty {
    width: 4em;
}

.withdrawal-return-qty:disabled {
    background: #f5f5f5;
    opacity: .7;
}

.withdrawal-success {
    margin-bottom: 1em;
}

.withdrawal-success .success {
    text-align: left;
}

.withdrawal-print-form {
    background: #fff;
    border: 1px solid #ccc;
    margin: 1.5em 0;
    max-width: 42em;
    padding: 1.5em;
}

.withdrawal-print-title {
    font-size: 1.1em;
    margin: 0 0 .75em;
    text-align: center;
}

.withdrawal-print-site {
    margin: 0 0 1em;
    text-align: center;
}

.withdrawal-print-note {
    font-size: .95em;
    margin: 0 0 1.25em;
}

.withdrawal-print-fields {
    margin: 0;
}

.withdrawal-print-fields dt {
    font-weight: bold;
    margin-top: .75em;
}

.withdrawal-print-fields dd {
    margin: .25em 0 0 1em;
}

.withdrawal-print-footnote {
    font-size: .9em;
    margin: 1.25em 0 0;
}

@media print {
    body.withdrawal-print-mode * {
        visibility: hidden;
    }

    body.withdrawal-print-mode .withdrawal-print-form,
    body.withdrawal-print-mode .withdrawal-print-form * {
        visibility: visible;
    }

    body.withdrawal-print-mode .withdrawal-print-form {
        border: 0;
        left: 0;
        margin: 0;
        max-width: none;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
