.aff_box {
    border: 1px solid;
    border-color: rgba(68, 68, 68, 0.2);
    /*border-radius: .5rem;*/
}

.aff_box .prod_title, .aff_box .powered_by {
    padding: .625rem 0.9375rem;
}

.aff_box .image_box {
    height: 35rem;
    max-width: 100%;
    background-size: contain;
}

.aff_box .geizhals table, .aff_box .geizhals table tr, .aff_box .geizhals table td {
    border-color: transparent;
}

.aff_box td.datebox {
    padding: .25rem .5rem;
    text-align: end;
    font-size: .75rem;
}

/*.aff_box tr:nth-child(even) td {
    border-bottom-color: rgba(68, 68, 68, 0.2);
}

.aff_box .geizhals table td.logobox {
    border-bottom-color: rgba(68, 68, 68, 0.2);
}*/

.aff_box tr:nth-child(odd) td {
    background-color: transparent;
}

.aff_box tr.row-even td {
    background-color: rgba(68, 68, 68, 0.2);
}

.aff_box .geizhals table tr td.pricebox {
    width: 15%;
    text-align: right;
}

.aff_box .geizhals table {
    margin-top: 1rem;
    border-top: 1px solid;
    border-top-color: rgba(68, 68, 68, 0.2);
}

.aff_box .prod_title {
    border-bottom: 1px solid;
    border-bottom-color: rgba(68, 68, 68, 0.2);
    margin-bottom: .5rem;
}

.powered_by span {
    font-size: 1rem;
    margin: .5rem;
}

.aff_box .geizhals table {
    margin-bottom: 0;
}

.aff_box h4 {
    margin-bottom: 0;
}
.aff_box .powered_by {
    border-top: 1px solid;
    border-top-color: rgba(68, 68, 68, 0.2);
}
.aff_box span.datebox {
     font-size: .75rem;
     position: absolute;
     bottom: 0;
     right: 0;
 }
.aff_box td.pricebox,
.aff_box td.descbox {
    position: relative;
}
.aff_box .logobox img {
    max-width:initial;
}