section#footer {
    padding-top: 0;
  }

  section#footer hr {
    background: transparent;
    border: none;
    border-top: 1px solid #333;
    margin-top: 0;
    height: 1px;
    opacity: .2;
  }

  section#footer .footer-site-links {
    position: relative;
  }

  section#footer .footer-site-links .misc-links,
  section.footer .footer-site-links .miniature {
    text-align: center;
  }

  section#footer.no-footer-logo .footer-links-copyright {
    display: block;
  }

  section#footer.no-footer-logo .footer-site-links {
    justify-content: center;
  }

  section#footer.no-footer-logo .site-links-copyright {
    align-items: center;
  }

  section#footer.no-footer-logo .footer-scroll-top {
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    user-select: none;
    cursor: pointer;
    z-index: 10;
  }

  @media screen and (max-width: 767px) {
    section.footer .official-links a {
      width: auto;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
    }

    section#footer .footer-site-links .misc-links,
    section#footer .footer-site-links .miniature {
      text-align: center;
      font-size: .75rem;
    }

    section#footer .footer-site-links .misc-links a {
      white-space: nowrap;
      margin-right: 0.3rem;
      padding-right: 0.3rem;
    }

    section#footer.no-footer-logo .footer-site-links {
      width: auto;
      justify-content: space-between;
      display: inline;
    }
  }