@media print {
	
table, th, td {border: 1px solid black;}

th, td {padding:5px;text-align:center;}

table {
  border-collapse: collapse;
  width:100%;
  color:#000 !important;
}

tr.totali{font-weight:600 !important;}

tr.totali td {border-top: 5px solid black;}

td.color5{
  font-weight:600;
}

td:nth-child(1), th:nth-child(1), td:nth-child(4), th:nth-child(4), td:nth-child(7), th:nth-child(7), td:nth-child(9), th:nth-child(9), td:nth-child(12), th:nth-child(12), td:nth-child(15), th:nth-child(15){
  border-right: 5px solid black;
}

tr:nth-child(1) th:nth-child(2), tr:nth-child(1) th:nth-child(3), tr:nth-child(1) th:nth-child(4), tr:nth-child(1) th:nth-child(5), tr:nth-child(1) th:nth-child(6){border-right: 5px solid black;}


.frame-ruler-before {
    width: 100%;
    color: #000;
    background: #ccc;
    padding: 20px;
    margin: 20px 0px;
}

table{border:5px solid #000;}

}
