<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*format list */

dl.mod-jea-emphasis {
	padding:0;
	margin: 0 0 1em 0;
}

dl.mod-jea-emphasis.horizontal {
	width: 30%;
	float: left;
	margin-right: 1em;
	height: 150px;
	overflow: hidden;
}

dl.mod-jea-emphasis dt {
	clear: both;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 1.2em;
    font-weight: bold;
}

dl.mod-jea-emphasis dd {
	padding: 5px 0;
	margin: 0;
	overflow: hidden;
}

dl.mod-jea-emphasis strong.slogan {
	color: red;
}

dl.mod-jea-emphasis a.image {
	display: table;
	margin-bottom: 5px;
}

dl.mod-jea-emphasis a.image img {
	border: none;
}
</pre></body></html>