html #prices table tfoot tr td  {
   white-space: normal;
}

/*fix for mobile not having webchat - set in nvt_default*/
section[role="main-categoryList"] div.selected-vehicle.margin {
    right: 0;
    margin-bottom: 2px;
}

body #footer-banner a figure img {
    max-height: 100%;
    max-width: 100%;
}


div#wrapper .product-overview .pricing {
    overflow: visible;
	height: auto;
	width: 200px;
}

div#wrapper .product-overview .pricing p.special{
	display: block;
	float: left;
	right: auto;
	left: -9%;
	margin-bottom: 20px;
}
div#wrapper .product-overview .pricing p.price {
	display: block;
	float: left;
}

div#wrapper p.special::after, p.special span.after {
	left: -1px;
	right: auto;
	transform: rotate(90deg);
}

div#wrapper article.product p.special::after {
	transform: none;
	display: block;
}