.printable_report_page {
	box-sizing: content-box; 
	width: 6.5in;
	max-width: 6.5in;
	min-height: 9in;
	padding: 1in 1in 1in 1in;
	margin: 0 auto 40px auto;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    border-radius: 2px;	
	background: white;
	page-break-inside: avoid !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 18px;		
	position: relative;
	clear: both;
}
.printable_report_page p, .printable_report_page li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 18px;	
}
.printable_report_page p {
	margin: 0 0 10px 0 	!important;	
}
.printable_report_page ul {
	list-style-type: disc !important;
	padding-left: 40px !important;
}
/*.printable_report_page li:before {
	content: '' !important;	
}
.printable_report_page li {
	margin: 0 !important;
	padding: 0 !important;	
}
*/
.printable_report_page h1, .printable_report_page h2, .printable_report_page h3 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
	padding: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none !important;
	line-height: 1 !important;
	color: black !important;
	opacity: 1;
	font-weight: normal !important;
}
/*.printable_report_page .row.bottom_border {
	padding-bottom: 3px;
    padding-top: 3px;
}
.printable_report_page .row.bottom_border:nth-of-type(even) {
	background: #f3f3f3;	
}*/
.printable_report_page h1 {
	font-size: 24pt !important;
	display: block;
}
.printable_report_page h1:after {
	display: none;
}
.printable_report_page h2 {
	font-size: 18pt !important;	
}
.printable_report_page h3 {
	font-size: 14pt !important;		
}
.printable_report_page .init_box {
	border-top: 1px solid black;
	width: 80px;
	margin: 50px 0 auto auto;
	bottom: 1in;
    position: absolute;
    right: 1in;
}
.printable_report_page hr {
	border-top: 1px solid white;
	width: 6.5in;
	margin: 10px auto;
}
.printable_report_page hr:after {
	content: '' !important;
}
.printable_report_page section {
	page-break-inside: avoid !important;
}
.printable_report_page .underline {
    font-weight: bold;
    text-transform: uppercase;
    font-family: serif;	
	padding-left: 3px;
    padding-right: 3px;		
}
.printable_report_page span.underline {
    display: inline-block;	
	border-bottom: 1px solid black;
}
.printable_report_page div.underline {	
    border-bottom: 1px solid black;
    display: block;
    line-height: 12px;
    padding-top: 8px;
    min-height: 25px;
}
.printable_report_page dir {
	padding: 0;
	margin: 25px auto;
}
.printable_report_page .printable_checkbox {
	border: 1px solid black;
    width: 20px;
    height: 20px;
    border-radius: 1px;
    float: right;	
}
.printable_report_page blockquote {
    font-size: 13px;
    background: none;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
    border-top: none;
    border-bottom: none;
    border-right: none;
    line-height: 1.6;
    font-weight: normal;
    border-radius: 0;	
}
.printable_report_page address a.external_link {
	color: inherit;	
}
.printable_report_page address a.external_link:after {
	color: white;
}
@media print {

	html, body, #min-height-wrapper {
		min-height: 0 !important;
		height: auto !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.container {
		width: auto !important;
		min-width: auto !important;
	}
	.printable_report_page .init_box {
		padding: 0;
		margin: 0 0 -0.5in 0;
		bottom: 0;
		right: 0;
	}
	.printable_report_page { 
		width: 7in;
		min-height: 9.5in !important;
		margin-bottom: 0 !important;
		box-shadow: none !important;
		padding: 0 !important;
	}
	.main, aside {
		padding: 0 !important;	
	}
	table td > div {
		page-break-inside: avoid !important;
		margin: 4px 0 4px 0;  /* to keep the page break from cutting too close to the text in the div */
	}
	a[href]:after, .container:after, .container:before {
		content: none !important;
	}
	/*section {
		padding: 0 !important;
	}*/
	.alert {
		border: 1px solid black !important;
		background: none !important;
		color: black !important;
	}
	aside {
		max-width: 100%;
	}

}