.psu-row {
    background: #131922;
    border-radius:10px;
}

.psu-image {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.psu-image > img {
    margin: auto;
    width: auto;
    height: auto;
}

@media screen and (max-width: 720px) {
    .psu-image {
        height: 100px;
    }
    .psu-image > img {
        max-height: 100px;
    }
}
@media all and (min-width: 720px) {
    .psu-image {
        height:100px;
    }

    .psu-image > img {
        max-height: 100px;
    }
}

.psu-info {
    display:flex;
    justify-content: space-between;
    height:100%;
}

a.info-button {
    font-size: 14px;
}

.psu-name-text {
    font-weight: bold;
    font-size: 1.25em;
}

.psu-fits-text {
    font-size:0.9em;
}

.psu-links {
    display:flex;
    justify-content: space-between;
}

.retailer-image-button {
    text-decoration: none !important;
    height:38px;
    color:#292929 !important;
    border-radius:3px;
    overflow: hidden;
    background: #e6e6e6;
    font-size:1rem;
    padding: 6px;
    margin:0 5px;
    display: block;
    text-align: center;
}

.retailer-image-button > img {
    max-height:100%;
}

.retailer-image-button > span {
    padding:0 4px;
}

.retailer-link {
    margin-top:5px;
}

.retailer-link-button {
    min-width: 93px;
}

.retailer-price {
    margin-right: 5px;
    margin-left: 5px;
    margin-top:14px;
    font-size: 16px;
}

.product-price {
    color: #19b3cc;
}

.recommended-badge {
    width: 50%;
    background-color: #4e5d69;
    border-radius: .25rem .25rem 0 0;
    max-width:200px;
    margin-left: 25px;
    margin-right: auto;
}

body[dir=rtl] .recommended-badge
{
    margin-right: 25px !important;
    margin-left: auto !important;
}