dt { font-weight: bold; margin-top: 1em; margin-bottom: 0em;}
dd { margin-left: 0px; margin-bottom: 2em; margin-top: 0em; }
.scripture textarea { width: 100%; border: thin solid black; min-height: 5em; max-height: 100px; }
p { margin-top: 0.25em; margin-bottom: 0.25em; }
a#home {position: absolute; top: 1em; right: 1em; }
.scripture { width: 90%; }
.scripture .reference { font-weight: bold; }
.scripture .text { max-height: 100px; overflow-y: scroll; }
.click { cursor: pointer; }
.qrcodesmall img { height: 0.5in;  }
.qrcodelarge img { height: 5in;  }
.qrcodesmall { float: right;}
.qrcodelarge { width: 50%; margin-left: auto; margin-right: auto; float: none;}
img.logo {height: 0.5in;}

@media print {
	.qrcodesmall img { height: 1in;  }
	.scripture {
		break-inside: avoid;
	}
}