/*
|---------------------------------------------------------------
| phpComasy - web content management system
|
| copyright by indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence (https://www.phpcomasy.com)
|---------------------------------------------------------------
|
| Print css: mailform
|
*/


body {
	background: white !important;
	background-image: none !important;
}
body .dont_print {
	display: none;
}
body .popup_print {
	background-color: white;
	display: block;
	position: static !important;
	left: 0 !important;
	top: 0 !important;
	margin: 0;
	width: auto !important;
	height: auto !important;
}
body .popup_print > div {
	position: static;
	margin: 0;
	border: 0 none;
	left: 0; top: 0;
	height: auto;
}
body div.popup_print div.popup_body {
	height: auto;
	position: static !important;
}
body .popup_print .closelink,
body .popup_print .hide_link {
	display: none;
}
body .popup_print td {
	text-align: left;
}
body .mfp-preloader {
	display: none;
}

.popup_content table {
	display: table !important;
	width: 100% !important;
	border: 0 !important;
	border-collapse: collapse;
}
.popup_content tr {
	display: table-row !important;
}
.popup_content td {
	display: table-cell !important;
	border-bottom: 1px solid #c0c0c0 !important;
}