/* RELEASE 35 — Copyright notice on every HTML page. */
.site-copyright-footer{
  width:min(1180px,calc(100% - 32px));
  margin:28px auto 0;
  padding:18px 0 24px;
  border-top:1px solid var(--line,#ded8ce);
  color:var(--muted,#68727d);
  text-align:center;
  font-size:.82rem;
  font-weight:750;
  line-height:1.5;
}
