/* These are the neccesary css values to make the report content div in the report output page scrollable and fit the window screen. 
 * These could have gone into reportoutput.css, but it was also being used by other jsps like storyboard. */

div.toolbarOuter {
	min-width: 0px;
}

div.reportContent { 
	overflow: scroll;
}

body {
	overflow: hidden;	
}
