/* line 1, /app/app/assets/stylesheets/pdf.scss */
html {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
}

/* line 6, /app/app/assets/stylesheets/pdf.scss */
table {
  border-collapse: collapse;
  width: 100%;
}

/* line 11, /app/app/assets/stylesheets/pdf.scss */
table, th, td {
  border-bottom: 1px solid black;
}

/* line 15, /app/app/assets/stylesheets/pdf.scss */
.center {
  text-align: center;
}

/* line 19, /app/app/assets/stylesheets/pdf.scss */
.left {
  text-align: left;
}

/* line 23, /app/app/assets/stylesheets/pdf.scss */
.right {
  text-align: right;
}

/* line 27, /app/app/assets/stylesheets/pdf.scss */
thead {
  display: table-header-group;
}

/* line 28, /app/app/assets/stylesheets/pdf.scss */
tfoot {
  display: table-row-group;
}

/* line 29, /app/app/assets/stylesheets/pdf.scss */
tr {
  page-break-inside: avoid;
}
