html {
background: #FFF;
}
body {
background: #FFF;
}
@page {
margin: 2cm;
}
#head {
display: none;
}
#content {
padding: 0;
}
thead, tfoot {
display: table-header-group;
}
table {
page-break-inside: auto;
}
tr, td, th {
page-break-inside: avoid;
page-break-after: auto;
}
.noprint {
display: none;
}
a {
color: inherit;
}