
/*---------------------------------------------------------------------------*/

#Footer
{
	display: flex;
	flex-direction: row;
	justify-content: center;

	font-size: 0.8em;
	padding: 4px;
}

#Footer>section
{
	width: 18em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 1em;
	margin-right: 1em;
}

/*---------------------------------------------------------------------------*/

#Footer em
{
	font-style: normal;
	color: blue;
}

/*---------------------------------------------------------------------------*/

