/* 
  ------------------------------------------------
Summary description for (css) page_print.css
Program: (css) page_print.css
Designer: Frank L. Sawyer
Author: Frank L. Sawyer
Client: Vital Website
Date: 12/23/2015
 
Purpose:  This is the VITAL page print CSS file. 
	
Features: CSS
	 
Input: None.
	
Output: None.
	 
Called from: Any valid web site link.
	 
Calls: None.
	 
Modification History: 
12/23/2015: FLS - CSS.
  ------------------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	min-width: 0;
}
.sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content   {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none !important;
}
.main-content  {
	margin: 0;
}
#layout {
	max-width: none;
	margin: 0px;
}
.column-content, .content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.column-content * {
	padding: 0px !important;
}
.footer {
	position: static;
}
