i a.selected {
  font-weight: bold;
  color: hsl(280, 100%, 75%);
}

.hidden {
  display: none;
}

.toc {
  margin-top: 1rem;
  text-align: center;
  font-size: 1em;
}
.toc li {
  display: inline-block;
}
.toc li a {
  text-decoration: underline;
}
.toc li a.selected {
  color: #d580ff;
}
.toc li a:hover {
  color: grey;
}
.toc li a.removeTag {
  color: black;
  text-decoration: none;
}
.toc li a {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
@media (min-width: 48em) {
  .toc {
    margin: 2rem 0 0;
  }
  .toc li {
    margin-right: 1em;
    margin-top: 0.2em;
    font-size: 1.5em;
  }
}

#action-flash {
  background: linear-gradient(to top, rgb(94, 165, 255), rgba(255, 255, 255, 0));
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6vh;
}
@media (min-width: 48em) {
  #action-flash {
    height: 3vh;
  }
}
#action-flash.fade-in {
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out;
}
#action-flash.fade-out {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.press-block {
  margin-top: 1em;
}
.press-block .title {
  display: inline;
  font-weight: bold;
}
.press-block .link {
  display: inline;
}
.press-block .showAbstract {
  display: inline;
}
.press-block .hidden {
  display: none;
}
.press-block .shown {
  display: block;
}

/*# sourceMappingURL=press.css.map */