@charset "UTF-8";
/* CSS Document */
@page  { 
    size: auto;   /* auto is the initial value */ 
    /* this affects the margin in the printer settings */ 
    margin: 15mm 5mm 15mm 5mm;  
} 

body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  
	
} 
body, html {
	font-size:12px;
	line-height:22px;
}
.fill_part .head .button {
	display:none;
}
.fill_part .fieldset {
    display:block;
}
section {
	page-break-after:always;
}
div.content {
	width:95%;
}
.button {
	display:none !important;
}
.options {
	display:none;
}
.onlyprint {
	display:block;
}
tr.details {
	display:table-row;
}
tr.details td {
	border-bottom:1px solid #999;
}
.w50 {
	display:block;
	width:100%;
}