/* remotefilename=/style/RelatedSites.css
 *
 *	Copyright © 2026 by The L5 Development Group.  All rights reserved.
 *
 *	$Id: /style/RelatedSites.css,v $
 */
/**
*	CSS rulesets for the Related Sites page in the Company Info section
*
*	Author:			Fred Koschara
*	Creation Date:	June twenty-seventh, 2026
*	Last Modified:	June 27, 2026 @ 5:23 am
*
*	Revision History:
*	   Date		  by		Description
*	2026/06/27	wfredk	original development
*/

.relatedSites
{	display:table;
	margin:0 auto;
	max-width:100%;
}

.siteBlock
{	text-align:left;
}

.siteBlock:first-child
{	margin-top:2em;
}

.siteBanner
{	display:block;
	height:auto;
	margin:0 auto;
	max-width:100%;
}

.siteMore
{	margin-top:0;
}

.siteName
{	font-size:1.75em;
	font-weight:bold;
	margin-top:1em;
}

.siteStatus
{	font-size:0.9em;
	font-style:italic;
	text-align:right;
}
.statusBetaRel
{	color:#ff6;
}
.statusEarlyDev
{	color:#f66;
}
.statusInDev
{	color:#9f9;
}

.siteSlogan
{	font-size:1.2em;
	font-style:italic;
	margin-left:1.5em;
	margin-top:0.25em;
}

/* EOF: RelatedSites.css */
