body {
	background: white;
	font-size: 12pt;
    font-family: Arial, Helvetica, Sans-Serif;
	width: auto; 
}

#header, #sidebarLeft, #sidebarRight, #skip, #pageTools, #footer, #breadcrumb {
    display: none !important;
}

body #wrapper {
	width: auto; 
}

body #wrapper #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

div.contentLayoutBox {
    overflow:visible;
}

#content a:link, #content a:visited {
	color: blue;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a[href^="http"]:link:after, #content a[href^="http"]:visited:after,
#content a[href^="mailto"]:link:after, #content a[href^="mailto"]:visited:after{
   content: " (" attr(href) ")";
   font-size: 90%;
}

body #wrapper #content a[href^="/"]:after,
body #wrapper #content a[href^="http://v2-wtmlondon.rxnova.com"]:after, 
body #wrapper #content .noPrintUrl a:after, 
body #wrapper #content a.noPrintUrl:after {
   content: "";
}

object, embed {
    display: none;
}

#contentHook2 {
    display:none;
}

.hideForPrint {
    display:none;
}

.pagination ul {
    display: none;
}

.adContainerDisplay {
    display:none;
}

ul.itemList li.feedItemCollapsed {
    height:auto !important;
}

.feedItemMoreLess {
    display:none !important;
}