[data-di-search] {
    max-width: 525px;
    padding-top: 15px;
}

[data-di-field="buy_now_url"] {
    text-align: right;
}

.di {background:rgba(0,0,0,0.15);padding:10px;}
.di .action.primary, .di .action-primary {background:transparent!important;border:1px solid #333!important;font-weight: 700!important;font-size: 0.675rem!important;padding: 2px 7px;color:#000;}
.di .untertitel.oemtitle {font-size: 1rem;font-weight: 700;color: #000;}

.di table {
    table-layout: fixed;
}

.di thead {
    display: none;
}

.di .loading-display {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.di td {
    vertical-align: middle;
}

.di td[data-di-field="distributor_logo"] {
    width: 80px;
}

[data-di-view-all],
[data-di-view-fewer] {
    font-weight: 700;
    color: #555 !important;
    cursor: pointer;
}

[data-di-view-all]:hover,
[data-di-view-fewer]:hover {
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    [data-di-search] {
        max-width: 100%;
    }
}