body, body.document {
	background: #FFF;
}

#header {
	display: none;
}

#message {
	display: none;
}

#container-aplication {
	margin:0;
	width: 100%;
}

#document .page-A4-portrait, #document .page-A4-landscape {
	width: 100%;
	height: auto;
	margin: 0;
}

.table thead th, .wiki-content table thead th, .table thead td, .wiki-content table thead td, 
.table td.wdg-meta, .wiki-content table td.wdg-meta {
	color: #333;
}

table { page-break-inside:auto }
tr    { page-break-inside:avoid; page-break-after:auto }
thead { display:table-header-group }
tfoot { display:table-footer-group }

#document {
	margin: 0; 
	padding: 0; 
	border: none; 
	min-height: auto !important;
}

#document.page {
	margin:0;
	padding: 0;
}

.page-break-before {
	page-break-before: always;
}

a { 
	text-decoration: none; 
	color: #333; 
}

section, fieldset {
	page-break-inside: avoid;
}

.print-visible {
	display: block;
}

.page-message {
	display: none;
}

.page-break {
	page-break-before: always; 
	margin: 0; 
	border-bottom: none; 
}

#document.landscape-page {
	width: 297mm;
	margin: 0 auto 5mm;
}
