div.vehiclePriceWidgetPrices {

}

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

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

div.vehiclePriceWidgetSavings::before {
    content: " Savings: ";
    text-decoration: none;
    display: inline-block;
    white-space: pre-wrap;
}

div.vehiclePriceWidgetWasPrice {
    text-decoration: line-through;
    display: inline-block;
}

div.vehiclePriceWidgetSelectedPrice {
    display: inline-block;
}