/*
Copyright 2020 Karl J. Obermeyer

Stack this on top of `text_only.css` for multimedia and greater max width.
*/

body {
  max-width: 900px;  /* default 960 */
}

.audio-div {
  /*filter: grayscale(100%);*/
  text-align: center;
}

.audio-title {
  margin-bottom: 5px;
  padding: 0;
}

video {
  display: block;
  margin: 0 auto;
  width: 95%;
}



/* --- Main Content --- */

main {
  max-width: 900px;  /* default 960 */
}
