/* page-break-inside:avoid;page-break-after:avoid; */

/*Whatever is in the "@media print" tag must be outside of it too if you want the popup window dto display it the same way it will be printed*/
/* Print Styles */
@media print {
	
	body { background:white; color:black; margin:0; width:680px !important; overflow-x:hidden;}
	
	/*Over-write the widths*/
	.content_container2 {width:680px !important; padding:0 !important;}
	.console_link_holder {width:680px !important;}
	.testimonial_block {width:560px !important;}
	.page_summary_content {width:485px !important;}
	#news_article_holder {width:470px !important;}
	.simular_lodge {margin-right:10px !important;}
	.featured_page {margin-right:10px !important;}
	h1.lodges_Title {width:680px !important;}
	
	.team_member_right {width:190px !important;padding-left:5px !important;}
	.team_member_left {width:475px !important;}
	.team_member_image {margin-right:5px !important;}
	
	/*Hide these divs*/
	.lodge_video_div {display:none !important;}
	.video_console {display:none !important;}
	#map_holder {display:none !important;}
	
	/*Dont allow the page break to happen in the middle of these divs*/
	#tabbed_info_holder {page-break-inside:avoid;}
	
}


body { background:white; color:black; margin:0; width:680px !important; overflow-x:hidden;}

/*Over-write the widths*/
.content_container2 {width:680px !important; padding:0 !important;}
.console_link_holder {width:680px !important;}
.testimonial_block {width:560px !important;}
.page_summary_content {width:485px !important;}
#news_article_holder {width:470px !important;}
.simular_lodge {margin-right:10px !important;}
.featured_page {margin-right:10px !important;}
h1.lodges_Title {width:680px !important;}

.team_member_right {width:190px !important;padding-left:5px !important;}
.team_member_left {width:475px !important;}
.team_member_image {margin-right:5px !important;}

/*Hide these divs*/
.lodge_video_div {display:none !important;}
.video_console {display:none !important;}
#map_holder {display:none !important;}

/*Dont allow the page break to happen in the middle of these divs*/
#tabbed_info_holder {page-break-inside:avoid;}