/* Display titles consistently without changing stored values or acronyms. */
h1,h2,h3,h4,h5,h6,th,dt,legend,label,summary,button,.button,nav a,.tabs a,.eyebrow{ text-transform:capitalize; }
input[name$="item_name"],input[name$="product_name"]{text-transform:capitalize}
select,option{ text-transform:capitalize; }
