
.bibleTable .row > .columns {
	width:100%;
	padding:0 20px 14px;
	line-height: 1.6em;
}

@media screen and (min-width: 640px) {
	.bibleTable > .row > .columns {
		padding-top: 24px;
	}
}

.bibleTable .row > .columns div {
	line-height:1.6em;
}

span.vnum {
	line-height: 1.8em;
}

a.ftnt {
	line-height: 1em;
}

p.para-marker {
	text-indent: 20px;
	margin-top: 20px;
}

p.lsb_SH + p.para-marker {
	text-indent: unset;
	margin-top: unset;
}

p.poetry {
	padding-left: 56px;
	text-indent: -20px;
	position: relative;
}

p.poetry > span.vnum {
	position: absolute;
	left: 20px;
}

p.lsb_HLL, p.lsb_HL {
	margin-left: 40px;
	text-indent: unset;
}

p.lsb_LLL, p.lsb_LL {
	margin-left: 40px;
	text-indent: unset;
	position: relative;
}

p.lsb_LL + p.para-marker {
	margin-left: 40px;
	text-indent: unset;
	position: relative;
}

p.lsb_HLL span.vnum, p.lsb_HL span.vnum,
p.lsb_LLL span.vnum, p.lsb_LL span.vnum {
	position: absolute;
	left: -20px;
}

@media screen and (max-width: 820px) {
	p.poetry > span.vnum {
		left: 56px;
	}
}

p.lsb_SH + p.poetry.para-marker {
	text-indent: -20px;
}

/* Headings */
p.lsb_SB {
	text-align: center;
	text-transform: uppercase;
}

p.poetry+p.lsb_SB {
	margin-top: 15px;
}

p.lsb_SB+p.poetry {
	margin-top: 5px;
}

p.lsb_SB:first-child {
	font-weight: bold;
	text-transform: unset;
}

p.lsb_SN {
	text-align: center;
	font-weight: bold;
	color: maroon;
	text-transform: uppercase;
}

p.lsb_SB + p.lsb_SN {
	margin-top: 5px;
}

p.lsb_SN + p.lsb_SH {
	margin-top: unset;
	padding-left: 36px;
}

p.lsb_SH {
	text-align: center;
	font-weight: bold;
}

p + p.lsb_SH {
	margin-top: 15px;
}

p.lsb_SS {
	font-variant: small-caps;
	text-align: center;
	margin: 0 50px;
	font-size: 0.9em;
}
p.lsb_SF {
	font-variant: small-caps;
	text-align: center;
	font-size: 0.9em;
	color: maroon;
	font-style: italic;
}

p.poetry + p.lsb_SF {
	margin-top: 10px;
}

p.lsb_SF + p {
	margin-top: unset;
}

span.lsb_SBI {
	text-transform: uppercase;
}

span.italic {
	font-style: italic;
}

span.smallcaps {
	font-size: 0.9em;
}