<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.alfred.row {
	display: block;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
.alfred.grid-a .text, .alfred.grid-a .picture {
	display: block;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
}
.alfred.grid-a .text.last, .alfred.grid-a .picture.last {
	margin-right: 0px;
}
.alfred.grid-a .text {
	width: 64%;
}
.alfred.grid-a .text &gt; .first {
	margin-top: 0px;
	padding-top: 0px;
}
.alfred.grid-a .picture {
	width: 32%;
	max-width: 160px;
}
.alfred.grid-a .picture img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alfred.clr {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
</pre></body></html>