@charset "UTF-8";
@namespace "http://www.w3.org/1999/xhtml";
@namespace xml "http://www.w3.org/XML/1998/namespace";
@namespace xsi "http://www.w3.org/2001/XMLSchema-instance";
@namespace xsd "http://www.w3.org/2001/XMLSchema";
@namespace xsl "http://www.w3.org/1999/XSL/Transform";
@namespace xmlns "http://www.w3.org/2000/xmlns/";
/*******************************************************************************
SITE_WEB_PAGE_STYLE_HOST = 'https://genelach.com/';
SITE_WEB_PAGE_STYLE_FILE = '_style.css';
SITE_WEB_PAGE_STYLE_OID = 'urn:oid:1.3.6.1.4.1.64067.0.0.4.1.4.1';
SITE_WEB_PAGE_STYLE_AUTHORED: 2018-11-20T12:00:00Z
SITE_WEB_PAGE_STYLE_MODIFIED: 2025-11-01T02:30:00Z

See https://genelach.com/home.xhtml metadata for rights and licensing information.
*******************************************************************************/

/*******************************************************************************

	Remove the section counter.

*******************************************************************************/

section > header > h1::before
{
	content: "";
}

/*******************************************************************************

	Define the normal section <ol> styles.

*******************************************************************************/

section ol
{
	margin: 0 2em 1em 2em;
	text-align: justify;
}

section ol > li > p
{
	text-indent: 1em;
	margin-bottom: 0;
}

section ol > li > p:first-of-type
{
	text-indent: 0;
}

/*******************************************************************************

	Define the #memoriam section styles.

*******************************************************************************/

section#memoriam > header
{
	text-align: center;
}

section#memoriam > header > h1
{
	margin-bottom: 0.9em;
	text-align: center;
}

section#memoriam > header > h2
{
	font-size: 1em;
	font-weight: normal;
}

section#memoriam > ul
{
	margin: 0 auto 0 auto;
	text-align: center;
	list-style: none;
}

section#memoriam > ul > ul
{
	list-style: none;
}

section#memoriam > ul > ul > li
{
	display: inline-block;
	width: 50%;
	line-height: 2;
	font-style: italic;
}

section#memoriam > ul > ul > li:not( .blank )::before
{
	content: "☘ ";
	font-style: normal;
}

/*******************************************************************************

	Define the .righty <div> styles.

*******************************************************************************/

div.righty
{
	text-align: right;
}
