html {
  font-size: 20px;
}

body * {
  font-family: "Source Sans Pro";
}

.logo {
  max-width: 16rem;
  height: 6rem;
  margin-right: 2rem;
}

p {
  font-size: 0.7rem;
}

.border-none {
  border-top: 0 !important;
}

.title {
  font-size: 0.7rem;
  color: #b0b0b0;
}

.address {
  color: #b0b0b0;
  font-size: 0.56rem;
}

h6 {
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
}

th {
  font-size: 0.8rem;
  padding-bottom: 3px !important;
  padding: 0 !important;
}

.desc {
  font-size: 0.7rem;
}

.price-title {
  font-size: 0.7rem;
  padding: 4px !important;
}

td {
  padding: 3px !important;
}

.margin-div {
  margin-bottom: 15px !important;
}

.receipt-title {
  font-size: 1.1rem;
}

.phone,
.email {
  color: #b0b0b0;
  font-size: 0.6rem;
}

.border-div {
  padding-bottom: 0.3rem !important;
  border-bottom: 2px solid #000000 !important;
}

.border-bold {
  border-top: 2px solid #000000 !important;
  padding-top: 15px !important;
}

.border-light {
  border-top: 2px solid #dee2e6 !important;
}

.max-div {
  width: 70%;
}
