/* Print */

h2.title_vertical,
#report_print,
#report_heading,
#neck,
#header,
#single_paging,
#footer {
	display: none;
}
.inner {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
#report_pane {
	padding: 4.5em 4em 10.5em 4em;
	border: none;
}
#report_pane h3.title {
	color: #000 !important;
}
#report_pane h3.title .label {
	border-color: #000 !important;
}
#report_pane .num {
	width: 22px !important;
	height: 22px !important;
	line-height: 18px !important;
	color: #000 !important;
	border-color: #000 !important;
}
#report_carryover_total .calc {
	color: #000 !important;
}
#report_pane tbody td,
#report_pane tbody th {
	padding: 0.5rem 1rem;
}
#report_pane tbody th {
	width: 75%;
	font-size: 0.9em;
}
#report_pane tbody td {
	width: 25%;
	font-size: 0.9em;
}
#report_carryover_total,
#report_pane tfoot td {
	font-size: 1.25em;
}
#report_org {
	display: block;
	left: 0;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
#report_logo {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	bottom: 15px;
	opacity: 1;
}
#report_pane .note {
	text-align: right;
	font-size: 0.7em !important;
}
#report_resource {
	display: none;
}