/* Patient Portal Wide Page CSS */
/*
 This CSS allows the right nav and margins to be turned off for pages needing extra width.
 This page overrides the Framework CSS and the Patient Portal CSS for Screen Media.
 */

div.rightNav
{
	display: none;
} /* div.rightNav */

div.presentation
{
   /* core */

	/* careful */
	padding-right: 5px;
	/* custom */

} /* div.presentation */

