
@page {margin-top: 1.5cm; margin-left: 2cm; margin-right: 1.5cm;}}

/* Hiding surrounding elements (only concerns test.html) */
.container {
	display: block !important;
	max-width: 100% !important;
	width:100% !important;
	margin: 0 !important;
}

.main {
	width:100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.container iframe {
	width:100% !important;
}

/* General stuff */

html, body {
	width:100% !important;
	height: auto !important;
}

* {
	overflow: visible !important;
}

/* Hiding navigation */

#weekSelectContainer {
	display: none !important;
}

#tabs {
	display: none !important;
}

.nav {
	display: none !important;
}

#barometerRightSidebar {
	float: none !important;
	width:100% !important;
}

#categoryLinkListContainer {
	display: none !important;
}

#categoryRightSidebar, #categoryRightSidebarNN {
	float: none !important;
	width:100% !important;
}

#regionRightSidebar {
	float: none !important;
	width:100% !important;
}

#nrwRightSidebar {
	float: none !important;
	width:100% !important;
}
.topOfPageLink {
	display: none;
}

.noPrint {
	display: none;
}

/* Expanding main content containers */
#barometerMainContent, #perRegionTableMainContent {
	float: none !important;
	width:100% !important;
	height: auto !important;
}
#definitionContainer, #pathogenContainer,  #pathogenNNContainer, #timelineTrendContainer, #timelineContainer, #ageContainer, #timelineTrendNNContainer, #timelineNNContainer, #ageNNContainer,
#incidencesContainer, #rawRateContainer, #tableContainer,  #tableNNContainer, #tableNRWContainer, #hospitalNRWContainer , #deathNRWContainer, #defNRWContainer, #falldefNRWContainer{
	float: none !important;
	width:100% !important;
	height: auto !important;
}

/* Showing print-only elements */
#refDefLabel {
	display: block;
}

/*Condensing Tables */
h1, h2, h3, h4, h5 {
	font-size: 1.2em !important;
}

#tableByCategory td, #tableByCategory th, #tablePerRegion td, #tablePerRegion th, #tableNRW th, #tableNRW td, #tableHospitalNRW th, #tableHospitalNRW td, 
#tableDeathNRW th, #tableDeathNRW td, #tableDefNRW th, #tableDefNRW td, #tableFallDefNRW th, #tableFallDefNRW td {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0.8em !important;
/* 	text-decoration: none !important;  */
}