@media print {
tr:nth-child(even) td {
background-color: lightgray !important;
-webkit-print-color-adjust: exact;
}

.thead-dark th {
background-color: black !important;
}

.background_procedura {
background-color: white !important;
}

a {
color: black !important;
text-decoration: none;
}


body {
	margin-bottom: 400pt;
}
}