/**
 * this will afect only the title from the right side in an item page
 */
div.pageContent div.product div:not(.text) > h1:first-of-type {
	margin: unset;
	padding: unset;
	background-color: unset;
	color:unset;
}

/* this will affect only the description on the item page */
div.pageContent div.sublists div.qTabPane div.info.desc div.text {
	padding: 0.5em;
}