@media screen and (min-width: 45em) {
  .md-copyright {
      width: -webkit-fill-available;
  }
}

@media screen and (min-width: 76.25em) {
  .md-header__ellipsis .md-header__topic:not([data-md-component="header-topic"])   {
    /* 이미 로고가 있으므로, "한국비버정보연합"이라는 텍스트는 숨겨도 될 듯 */
    display: none;
  }
}

.md-header__button.md-logo {
  margin-top: 5;
  margin-bottom: 5;
  padding-top: 0;
  padding-bottom: 0;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 5em;
  width: auto;
}

.md-typeset__table {
  min-width: 100%;
}

.md-typeset table:not([class]) {
   display: table;
}

.footer-partners {
  padding-top: 5px;
}

.footer-partner-row {
  padding-bottom: 5px;
}

.footer-partner-image-url img {
  height: 41px;
  padding: 5px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}
