div.vehicle {
    background: #FFF;
    font-family: 'Droid Serif', sans-serif;
    margin: 15px;
    border: solid 1px #aaa;
}

.vehicle .button.quick-view {
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    border:none;
    background: #222222;
    color:#FFF;
    font-style: italic;
    text-transform: capitalize;
    padding:15px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;

}


div.vehicle ul {
    padding-left: 18px;
    list-style: disc;
    text-align: left;
}

div.vehicle h2 {
    font-weight: normal;
    letter-spacing: 3px;
}

.vehicle .padding {
    padding: 15px;
}

.vehicle .centered {
    text-align: center;
}

.vehicle .price-header {
    font-size: 20px;
    display:block;
}

.vehicle .price-header .priceLabel {
    font-family: inherit;
    font-size: 14px;
    margin-right: 5px;
    color: #333;
}

.vehicle .price-header .dealer-price, .vehicle .price-header .price-disclosure-btn {
    margin-bottom: inherit;
    margin-top: inherit;
}

.vehicle .vehicleResultsPrices {

}

.vehicle .vehicleResultsWasPriceWrapper {
    display: inline-block;
}

.vehicle .vehicleResultsWasPrice::before {
    content: "Was: ";
    text-decoration: none;
    display: inline-block;
    white-space: pre-wrap;
}

.vehicle .vehicleResultsWasPrice::after {
    content: " Now: ";
    text-decoration: none;
    display: inline-block;
    white-space: pre-wrap;
}

.vehicle .vehicleResultsWasPrice {
    text-decoration: line-through;
    display: inline-block;
}

.vehicle .vehicleResultsSelectedPrice {
    display: inline-block;
    color: #999;
}