body {
  background-color: #fff;
}
.print-table {
  color: #000;
  font-family: 'Times New Roman', 'STSong', Times, serif;
  padding: 20px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table,
th,
td {
  border: 1px #111 solid;
}
th,
td {
  padding: 5px;
  text-align: center;
}
tr.deleted th,
tr.deleted td {
  text-decoration: line-through;
}
.title {
  font-size: 1.3rem;
}
@media print {
.print-table {
    padding: 0;
}
}

