/* The following makes the content show up in a centered page that grows with
 * the browser, up to a maximum.
 */
html {
	text-align:	center;
}
body {
	width:		100%;
	max-width:	995px;
	text-align:	initial;
	margin-left:	auto;
	margin-right:	auto;
}

div.breadcrumbs {
	margin-top:	1em;
	margin-bottom:	1em;
}

div.news-item {
/*	outline:	1px solid #e0e0e0;*/
	margin-top:	1.5em;
	margin-bottom:	1.5em;
	margin-left:	1em;
	margin-right:	1em;
}

time.news-date {
	font-weight:	600;
	display:	block;
	margin-bottom:	0.2em;
}
