/* Enter Your Custom CSS Here */

/* Don't reset list style for POSTS! */
.single-post ul {
	list-style: disc;
  	margin: 12px 0 16px 30px;
}

.single-post ul li {
  	font-family: 'Fira Sans',sans-serif;
	list-style: disc;
    margin-bottom: 8px;
}

.single-post ol {
  margin: 12px 0 16px 30px;
}

.single-post ol li {
    font-family: 'Fira Sans',sans-serif;
	list-style: decimal;
    margin-bottom: 8px;
}

/* Make iFrames Resposnive */
iframe {
  max-width: 100%;
}

/* Make the bib number iframe full width on mobile */

@media (max-width: 580px) {
  #panel-2534-0-0-3 {
      max-width: calc(100% + 66px);
      width: calc(100% + 66px);
      margin-left: -33px;
  }
}

/* Make anchor links offset the fixed header */

.single-post a[name],.page-template-default a[name]{
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}
