@charset "UTF-8";

html {
    background-color: #ECECEC;
    padding: 10px;
}

body {
    width: 210mm;
    min-height: 297mm;
    margin: 0 auto;
    padding: 10mm;
    -webkit-box-shadow: 0 0 4px #AAA;
       -moz-box-shadow: 0 0 4px #AAA;
            box-shadow: 0 0 4px #AAA;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body.header {
    min-height: 50mm;
}

body, td, pre {
    font-size: 12pt;
    font-family: Arial,sans-serif;
}

table {
    width: 100%;
}

p {
	margin: 0;
	padding: 0;
}

@media print {
	
	.mceitemtable, .mceitemtable td, .mceitemtable th, .mceitemtable caption, .mceitemvisualaid {
		border: 0 !important;
	}
    
    html, body {
        width: auto;
        min-height: initial;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: white !important;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
	
}
