/* User Provided Stylesheet */

/* hide MystMD download button — very specific + catch-all */
.mystmd-download,
.mystmd .mystmd-download,
button.mystmd-download,
.mystmd [class*="download"],
button[class*="download"],
.mystmd button,
.mystmd .toolbar .download,
#content .mystmd-download {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* {
    font-family: 'Courier New', monospace;
} */

a.button,
a.button:visited {
  background: #F56000 !important;
  color: #fff !important;
}

a.button:hover,
a.button:focus {
  background: #6B702C !important;
  color: #fff !important;
}

.myst-fm-block-title {
  color: #F56000
}
