.print-body {
  color: #000;
  background: #fff;
  margin: 0;
  padding: 20px;
}

.print-w-33 {
  width: 33%;
}

.print-w-50 {
  width: 50%;
}

.print-w-45 {
  width: 45%;
}

.print-w-100 {
  width: 100% !important;
}

.print-fs-20px{
  font-size: 20px;
}

.print-fs-24px{
  font-size: 24px;
}

.print-mb-4 {
  margin-bottom: 1rem;
}

.print-mb-8 {
  margin-bottom: 2rem;
}

.clearfix {
  clear: both;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.print-my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.print-border-y {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.print-float-left {
  float: left;
}

.print-float-right {
  float: right;
}

.print-text-right {
  text-align: right;
}

.print-font-bold {
  font-weight: 700;
}

.print-font-semibold {
  font-weight: 600;
}

.print-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #000;
}

.print-table th, .print-table td {
  padding: 5px !important;
  border-top: 1px solid #000;
}

.print-table tr,.print-table th, .print-table td {
  border-collapse: collapse;
  border: 1px solid #000;
}

.print-table th {
  font-weight: bold;
}

.print-whitespace-nowrap {
  white-space: nowrap;
}