.indexitem {
	display: inline-block;
	width: 7em;
	text-align: right;
}

.indexitem::before {
	/*
	An en space. This ensures that there is a space between the Hebrew word,
	and the section number, or whatever else is written, and that the space's
	width is constant and not affected by justification.
	*/
    content: "\2002";
}

.he_GHG {
	font-family: 'Taamey Frank CLM';
	font-weight: normal;
	font-style: normal;
	font-size: large;
}