<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.team .division .members .item {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.19);
	padding-top: 20px;
}
.team .division .members .item .left {
	min-height: 70px;
}
.team .division .members .item .details {
	padding-right: 20px;
}
.team .division .members .item h1 {
	font-size: 100%;
	color: #000;
	font-weight: 600;
}
.cUserContentPopup {
	width: 820px;
	height: 500px;
	overflow-y: auto;
}
.team .container.mapin &gt; div {
	width: 100%;
}
.team .container .picture {
	min-height: 100px;
}
.team .division .addresscard h4,
.team .division .addresscard h3 {
	margin: 0;
}
.team .division &gt; h2,
.team .subdivisions .division &gt; h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: rgb(154, 117, 72);
	padding-bottom: 10px;
}

/*default*/
.team.default .division {
	min-width: 49%;
}
.team.default .division &gt; h2,
.team.default .subdivisions .division &gt; h2 {
	text-transform: none;
}
.team.default p,
.team.default .profiledata td,
.team.default .profiledata th,
.team.default .profiledata a {
	font-size: 110%;
	margin-bottom: 0;
	line-height: 130%;
}
.team.default address {
	padding: 8px 0;
	font-style: normal;
}
.team.default .profiledata th,
.team.default .profiledata tr {
	text-align: left;
	padding-right: 10px;
}
@media all and (max-width: 1100px) {
	.team .division .members .item {
		width: 100%;
	}
}</pre></body></html>