﻿/* ======================================================= */
/* = Design CSS : Künftige Default-Datei für alle Styles = */
/* ======================================================= */


/* =============================== */
/* = Tabellen in Auktion-Preview = */
/* =============================== */

/* Erste Zelle in einer Tabelle in Auction-Overview hat eine feste Breite */
.auction_overview .auction table tr td:first-child, 
.auction_overview .auction table tr th:first-child {
    width: 135px;
}

.AuctionPreview  .description table tr td:first-child {
    width: 135px;
}