.main_display {
        box-sizing: border-box;
	flex: 7;
	padding: 0.5em 1.5em;
}
.main_display > div {
	margin-bottom: 2em;
}

.snippet {
	display: flex;
}

.snippet-pic {
	flex: 40%;
	align-items: center;
/*	border: 3px solid black;*/
}

.snippet-pic > img
{
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.snippet-text {
	flex: 60%;
	margin-left: 3em;
}

.snippet-text a {
	text-decoration: none;
	color: blue;
}

.snippet-text a:hover {
	text-decoration: underline;
}

/*
#latest_news {
	list-style-type: none;
	display: table;
	margin: 1em auto;
	padding: 1em;
	border: 1px dotted lightgray;
	border-radius: 1em;
}
#latest_news li + li {
	margin-top: 1.5em;
}
#latest_news a {
	text-decoration: none;
	color: black;
}
#latest_news a:hover {
	text-decoration: underline;
	color: blue;
}
*/
