/* Hide the "Other Formats" box completely */
/* Hide the "Other Formats" box completely */
.quarto-alternate-formats {
  display: none !important;
}

.reveal .fragment.current-visible {
  opacity: 0.4;
}

.reveal .fragment.current-visible.current-fragment {
  opacity: 1;
}