.product-list a.downloadpdf {
    background: none;
    text-decoration: none;
    padding-left: 0;
}

.product-list .product {
    border-bottom: 1px solid lightgray;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.tx-pressesearchdisplay .tx-pdb-item {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1em;
}

.tx-pressesearchdisplay .tx-pdb-item .tx-pdb-item-date {
    padding: 10px;
    display: flex;
    background-color: #e8c425;
    font-weight: bold;
    flex: 1 20%;
}

.tx-pressesearchdisplay .tx-pdb-item .tx-pdb-item-title {
    padding: 10px;
    display: flex;
    flex: 2 80%;
}

.tx-pressesearchdisplay .tx-pdb-item .tx-pdb-item-title a {
    text-decoration: none;
}