<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sh-notifs-content {
  position: relative;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #e6e9eb;

  max-width: 1170px;
  margin: 32px auto 32px auto;
  padding: 0 32px 32px 32px;
  scroll-margin-top: 80px;

  color: #525252;
  font-size: 14px;
  line-height: 1.5;

  word-wrap: break-word;
  /* Because some long URLs break the mobile layout */
}

@media only screen and (max-width: 768px) {
  .sh-notifs-content {
    padding: 0 16px 8px 16px;
  }
}

.sh-notifs-content h1,
.sh-notifs-content h2,
.sh-notifs-content h3,
.sh-notifs-content h4 {
  font-family: Interstate;
  color: #525252 !important;
  letter-spacing: 0px;
  display: block;
  margin: 32px 0 16px 0;
  border-bottom: 1px solid #e6e9eb;
}

.sh-notifs-content p.sh-content-btm-line {
  margin: 32px 0 0 0;
  padding: 0 0 6px 0;
  border-bottom: 1px dashed #b1bac2;
}

.sh-notifs-content ul {
  padding-left: 24px;
  margin-top: 16px;
}

.sh-notifs-content ul li {
  list-style-type: disc;
  margin-bottom: 6px;
}

.sh-notifs-content ol li {
  list-style-type: decimal;
  margin-bottom: 6px;
}

.sh-content-table-striped-sp {
  width: 100%;
  /* Because some wide tables break the mobile layout */
  max-width: 100%;
  overflow-x: auto;
}

.sh-content-table-striped-sp td strong {
  white-space: nowrap;
}</pre></body></html>