/* kevinthibault - adding "+" to add-on line */
.srp .pricing-detail .ABCRule .price-value:before , .vdp .pricing-detail .ABCRule .price-value:before { content: "+"; }
.srp .inv-type-new.pricing-detail .wholesalePrice .price-value:before , .vdp .inv-type-new.pricing-detail .wholesalePrice .price-value:before { content: "+"; }
.srp .inv-type-used.pricing-detail .wholesalePrice .price-value:before , .vdp .inv-type-used.pricing-detail .wholesalePrice .price-value:before { content: "+"; }
.srp .inv-type-certified-pre-owned.pricing-detail .wholesalePrice .price-value:before , .vdp .inv-type-certified-pre-owned.pricing-detail .wholesalePrice .price-value:before { content: "+"; }

/* kevinthibault - adding "+" to totalFees */
.pricing-detail .totalFees .price-value:before { content: "+"; }

/* reducing header height - kevinthibault */
.page-header .header-default .vcard.header-logo-enabled { height: fit-content; }

/* kevinthibault - reducing alert banner padding */
.content-alert-banner .content-alert-banner-container {padding: 6px!important;}

/* 07199207 ddcjareds */
.blog-post-detail .entry-title { display:none; }