.no_print {
    display: none;
}

div#page {
	background: #ffffff;
	width: 751px;
}
div#page.fullwidth {
	width: 943px;
}

div#nav_edit,
div#left_col,
div#footer_left {
	display: none;
}

div#user_info_bottom {
	visibility: hidden;
}

div#footer_left_print {
	display: block;
}

div#content {
	background-color: #ffffff;
	float: none;
}

div#nav_container {
	background-color: #ffffff;
}

div#page_bg {
	background-image: none;
}
/*----------------------------*/
div.show div.slide_visible,
div.show div.slide_hidden {
	display: block;
	page-break-after: always;
    page-break-inside: avoid;
	-webkit-print-color-adjust: exact;
}

div.show div.show_nav {
	display:none;
}

div.show div.tq_pres_slider {
	display: none;
}

div.show {
	position: relative;
	min-height: 0;

}

div.show_base {
	position: relative;
	min-height: 0px;
}

body {
	background-color: #ffffff;
	background-image: none;
}

div.show_base:-webkit-full-screen {
	position: fixed;
	width: 100%;
	top: 0;
	background: none;

	height: 4000px;
	background-color: #ffffff;
}
