:root {
  --md-accent-fg-color: #ff1947;
  --md-typeset-a-color: var(var(--md-accent-fg-color));
}

object {
  width: 100%;
  height: 400px;
}

.md-typeset iframe {
  width: 100% !important;
}

@media (max-width: 980px) {
  object {
    display: none;
  }
}

img {
  max-height: 150px;
}

.logo {
  width: 100%;
}

table td img {
  height: 1em !important;
}

@media only screen and (max-width: 1219px) {
  .image-track {
    display: none;
  }
}

body[data-md-color-scheme="slate"] {
}

.md-typeset .footnote-ref {
  font-size: 1.2em;
}

.md-button {
  border-radius: 5px !important;
  color: var(--md-accent-fg-color) !important;
  background-color: var(--md-accent-fg-color--transparent) !important;
}

p a,
.md-nav__item .md-nav__link--active a,
.md-content__inner a,
.md-nav__link--active a {
  color: var(--md-accent-fg-color) !important;
}

.link-download a {
  background-color: #ff194740 !important;
  text-decoration: none !important;
  padding: 0.1em 0.4em;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.5s;
}

.link-download a:hover {
  background-color: rgba(255, 255, 255, 0.33) !important;
  transition: all 0.5s;
}
