body {
  max-width: 7.5in;
  margin: 0.5in auto;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.print-header {
  display: flex;
  flex-wrap: nowrap;
  min-height: 144px;
}

.header-col {
  width: 33.33%;
}

.print-logo {
  float: right;
}

.print-heading {
  padding-top: 25px;
  font-weight: bold;
  color: #005D9B;
}

.lined-top {
  border-top: solid 2px #005D9B;
  padding-top: 1.5em;
}

.ta-c {
  text-align: center;
}

.print-social {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
  list-style: none;
  font-size: 20px;
  margin: 0 10px;
}
.print-social li {
  margin: 0 5px;
}

a {
  color: #005D9B;
}

.footer-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.quote-table {
  border-collapse: collapse;
  width: 100%;
}
.quote-table th {
  text-align: left;
  padding: 5px 5px 5px 10px;
  background-color: #005D9B;
  color: white;
}
.quote-table th.total-th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.quote-table th.total-blank {
  background: none;
}
.quote-table td {
  border-bottom: solid 2px #4A90E2;
}

@media print {
  body {
    margin: 0 auto;
  }
}