/*
* print sheet
*/
.popup_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	padding: 5%;
	color: #000;
	background-color: rgba(0,0,0,0.87);
	text-align: center;
	line-height: 16px;
	font-size: 20px;
}

.popup_content {
	text-align: initial;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 840px;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	z-index: 2;
	box-sizing: border-box;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.6);
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
}

.popup_content h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup_content .print_preview_print {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
