.enchere-widget {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.enchere-prix {
    font-size: 1.4em;
    margin-bottom: 8px;
}

.enchere-gagnant {
    background: #dff0d8;
    border: 1px solid #3c763d;
    padding: 15px;
    border-radius: 4px;
}

.enchere-terminee {
    color: #777;
    font-style: italic;
}

.enchere-login-text {
    margin-bottom: 10px;
}

.enchere-login-button {
    display: inline-block;
}

.enchere-widget.enchere-indisponible {
    background: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.enchere-widget.enchere-indisponible .enchere-info-text {
    color: #31708f;
    margin: 0;
}

.enchere-bids-count {
    margin-bottom: 8px;
}

.enchere-countdown {
    margin-bottom: 12px;
}

.enchere-countdown-title {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.enchere-countdown-grid {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.enchere-countdown-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 6px;
    border-right: 1px solid #ddd;
}

.enchere-countdown-cell:last-child {
    border-right: 0;
}

.enchere-countdown-value {
    font-variant-numeric: tabular-nums;
}

.enchere-countdown-number {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    color: #222;
}

.enchere-countdown-unit {
    margin-top: 4px;
    font-size: 0.85em;
    color: #777;
    text-transform: lowercase;
}

.enchere-bid-form {
    margin-top: 15px;
}

.enchere-bid-label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

.enchere-bid-input {
    display: block;
    width: 100%;
    max-width: 220px;
    margin-bottom: 10px;
    padding: 6px 10px;
}

.enchere-bid-message {
    margin-top: 10px;
}
