@page{
	size:  auto;   /* auto is the initial value */
	margin: 15mm 10mm;  /* this affects the margin in the printer settings */
}

*{
	color: black !important;
	border:none;
}

 .pagebreak { page-break-before: always; }
 
body{
	width: 100%; 
	border:none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
}

#content{
	 border: none; 
	 padding: 0px;
}	

#content .tabla td, #content .tabla td.grande{
	font-size: 0.8em;
	font-weight: normal;
}

header, footer, nav, #migas, #login, #logout, .pc{
	display:none !important;
}


table{
	border: solid 1px lightgrey;
	page-break-inside: avoid;
}
table tr, table td{
	border: none;
}
table th{
	border-bottom: solid 1px lightgrey !important;
}
table tr:nth-of-type(even){
  background-color: unset;
  box-shadow: inset 0 0 0 200px #eee; 
}
table tr:nth-of-type(odd){
	background-color: #fff;
}

#fitxa>div{
	margin:10px 5px;
	border: none;
	padding: 5px;
}

