<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.smp-body .smp-container {
  margin-top: 24px;
}

.smp-obituary_defunct_image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.smp-obituary-list__item-icon {
  margin-right: 5px;
  line-height: 1;
  color: #9e9e9e;
  font-weight: 300;
  width: 22px;
  text-align: center;
}
.smp-card__obituary-row {
  border-radius: 0 2px 2px 2px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.12);
}
.smp-obituary-list_float_left {
  float: left;
}

.smp-archive-list-obituaries {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (min-width: 601px) {
  .searchform .smp-row .smp-col:first-child {
    padding-left: 0.75em;
  }

  .smp-row .smp-col:last-child {
    padding-right: 0.75em;
  }
}

.smp-action-archive {
  background-color: white;
  padding: 0.75em;
  border-radius: 0px 2px 2px 2px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.12);
  margin: 2em 0px;
}

.smp-pagination {
  display: inline-block;
}

.smp-count-obituaries {
  margin-left: 10px;
  display: inline-block;
}

.smp-page-numbers button,
.page-numbers,
.smp-pagination__button-next,
.smp-pagination__button-previous,
.prev.page-numbers,
.next.page-numbers {
  margin: 0;
  padding: 0 10px;
  font-size: 1rem;
  vertical-align: baseline;
}

.dots {
  padding: 0 5px;
}

.page-numbers:hover {
  color: var(--main-color);
}

.smp-section-memento-header {
  background-color: var(--smp-primary-color-transparent);
  padding-top: 5px;
}

.smp-container-memento {
  margin: 0 auto;
  max-width: 1400px;
  width: 95%;
}

.center {
  text-align: center;
}

.smp-subtitle_archive {
  font-size: 16px !important;
  margin: 12px 0 0 0;
}

@media only screen and (min-width: 601px) {
  .smp-subtitle_archive {
    font-size: 24px !important;
    margin: 2.3733333333rem 0 1.424rem 0;
  }
}

.smp-rollup-pagination {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.smp-rollup-header {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 2px 16px 0px rgba(43, 47, 59, 0.4);
  position: sticky;
  background-color: var(--smp-white);
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.smp-rollup-header img {
  width: 100%;
  height: 100%;
  max-height: 55px;
  object-fit: contain;
}
</pre></body></html>