/* Print Rules */
@page {
  size: 8.5in 11in;  
  margin:  50pt 0 35pt 60pt;
  
  @top-left-corner, @top-right-corner,
  @bottom-left-corner, @bottom-right-corner { 
  	content: "" 
  	}
}
@media print {
	.live_area div, .artwk_data .title,
	 .artwk_data .label {
		font-family:Times, serif!important;
		font-size: 12pt;
	}
	.outer {
    	padding-top: 0px;
    }
	.logo_div {
		height: 30px;
		background-color: #bcbec0!important;
	}
    .lang_nav_wrapper,
    .status_bar>div,
    .left_sidebar,
    .action_icons_div a {
		display: none;
	}
	.right_status_div {
		text-align:right;
	}
	.live_area {
		float: none;
		margin-left:30px;
		overflow:visible;
		height:100%;
		width:950px;
	}
	footer {
    display: none;
    }
    .text_n_thumbs::after {
    	content: "Kallir Research Institute © 2018";
    	font-size: 12px;
    }
}