@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;

700&display=swap);body {
  font-family: "Open Sans", sans-serif;
}

/* line 12, stdin */

table {
  width: 100%;
}

/* line 16, stdin */

tfoot {
  height: 80px;
}

/* line 20, stdin */

.container {
  margin: 0 auto;
  width: 900px;
}

/* line 25, stdin */

ul {
  list-style: none;
  padding: 0;
}

/* line 30, stdin */

.results {
  display: table;
  width: 100%;
}

/* line 34, stdin */

.results .search-results__row {
  display: inline-block;
  width: 49%;
  margin: 0 2% 0 0;
}

/* line 39, stdin */

.results .search-results__row:nth-child(even) {
  margin: 0;
}

/* line 45, stdin */

.parent-of-group {
  border: 2px solid #ce8100;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin: 10pt 0 0;
  padding: 0 15pt;
}

/* line 52, stdin */

.parent-of-group .card:last-child {
  border-bottom: none;
}

/* line 57, stdin */

.parent-of-group div.card {
  border-color: #ce8100;
}

/* line 62, stdin */

.card,
.search-results__row {
  border-bottom: 1px solid grey;
  padding: 20pt 0;
  page-break-inside: avoid;
}

/* line 69, stdin */

.card-footer {
  display: none;
}

/* line 73, stdin */

.search-results__loua-cell:empty {
  display: none;
}

/* line 77, stdin */

h4 {
  font-size: 16pt;
  margin: 0 0 4pt;
}

/* line 82, stdin */

h5,
h6 {
  font-size: 12pt;
  margin: 0 0 4pt;
}

/* line 88, stdin */

hgroup {
  margin-bottom: 8pt;
}

@media print {
  /* line 93, stdin */

  .page-footer {
    bottom: 0;
    height: 80px;
    position: fixed;
    width: 100%;
  }
}


/*# sourceMappingURL=loua-print.css.map*/