body { font-size: 15px; padding-bottom: 50px;}

.page-header { margin-top: 10px; }
.page-header h2 { margin-top: 0px; }
.navbar { border-radius: 0 0 4px 4px }

ul.no-indent, ol.no-indent {
  padding-left: 20px;
}
#checklist .heading { font-weight: 500; font-size: 18px; margin: 10px 0 5px 0;}
#checklist input[type=checkbox] {
	margin: 0 5px 0 0;
	font-size: 16px;
}
#checklist .heading input[type=checkbox] {
	margin-left: 10px;
}
#program h2 {
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 16px;
}
#program h2.titleonly {
	border: none;
}

#program h1 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.yahweh {
	font-variant: small-caps;
}
.block {
	line-height: normal;
	margin-bottom: 1em;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}