/* Listing details page styles */

div.auction-details {
    border-width: 1px;
    border-style: solid;
    padding: 16px 20px;
}
div.auction-details.closed {
    padding: 16px 20px;
    margin-bottom: 12px;
    color: #cf323d;
}
.shc-group .table td.name {
    width: 170px;
}
.shc-payment-gateways li:not(:last-child):after {
    content: '\00a0';
}
