<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login-content {
    padding-top: 15px;
}

.login-content .h1 {
    font-size: 18px;
    font-weight: bold;
}

.login-content .h2 {
    font-size: 16px;
    font-weight: bold;
}

.login-content .h3 {
    font-size: 14px;
    font-weight: bold;
}

.login-content .frame {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}


.login-content table {
    width: 100%;
    font-size: 13px;
}

.login-content table th,
.login-content table td {
    padding: 2px 10px 2px 0;
    height: 35px;
}

.login-content table .left {
    text-align: left;
}

.login-content table .center {
    text-align: center;
}

.login-content table .right {
    text-align: right;
}

.login-content table img {
    max-width: 100px;
    max-height: 100px;
}

.login-content label {
    font-weight: bold;
}

.login-content form label,
.login-content form input[type=text],
.login-content form input[type=number],
.login-content form input[type=password],
.login-content form select {
    width: 100%;
    font-size: 14px;
}

.login-content input::-webkit-outer-spin-button,
.login-content input::-webkit-inner-spin-button {
    /* display: none; &lt;- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* &lt;-- Apparently some margin are still there even though it's hidden */
}

.login-content input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.login-content select {
    height: 27px;
}

.login-content .error {
    color: darkred;
    font-size: 12px;
}

.login-content table .button {
    width: auto;
    /*font-size: 18px;*/
    padding: 3px 5px;
}

.login-content .button.green {
    background-color: #008000;
    outline: none;
}

table.zebra tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.zebra tbody tr:hover {
    background-color: #e2e2e2;
}

.login-content table.high td {
    height: 80px;
}

.login-content table.high td img {
    max-width: 100%;
    max-height: 100%;
}

.login-content th a,
.login-content td a {
    color: black;
    text-decoration: underline;
}

.login-content .uebersicht-adresse &gt; div {
    padding-bottom: 15px;
}

.login-content .product-list-11 .element .box.nopadding {
    padding-bottom: 15px;
}

.checkout-payment-item .texts {
    width: 80%!important;
    float: left;
}

@media (max-width: 725px) {
    .checkout-payment-item .texts .col-sm-1.hidden-xs {
        display: none;
    }
}

.checkout-payment-item .checkout-payment-logos {
    width: 20%!important;
    float: left;
}

.checkout-payment-item .checkout-payment-logos img {
    max-width: 100%!important;
}

.deleteWishlistBtn i {
    font-size: 0.7em;
}

.checkout-payment-item .payment-fee {
    font-weight: normal;
    font-size: 12px;
    color: #cc0000;
}

.login-content svg {
    max-width: 100%;
    height: auto;
}</pre></body></html>