@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300;400;700&display=swap');
h1 {
  font-size: inherit;
}
@media (min-width:861px) {
	.h-spacer {
		display: inline-block;
		width: 40px;
	}	
}
@media (max-width: 860px) {
  body {
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: hidden;
  }
  .subtitle {
    line-height: 1!important;
    display: block;
  }
  table:not(.responsive),
  tbody {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
  }
  table.responsive {
    max-width: 100%;
    overflow: auto;
    display: block;
  }
  table:not(.responsive) tr {
    display: flex!important;
    /*flex-direction: column;*/
    flex-wrap: wrap;
  }
  tr td {
    height: auto;
    width: auto;
    max-width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  p.spacer {
    line-height: 22px;
    font-size: 16px;
  }
  p.spacer + p.spacer {
    display: none!important;
  }
  p.maintitle,
  .home a,
  .subtitle a,
  p:not(.spacer) {
    line-height: 1.25!important;
  }
  img {
    display: block;
    float: none;
  }
  .audiojs {
    width: 300px
  }
  .audiojs .scrubber {
    width: 150px;
  }
}