<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.relator_box {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	padding: 10px;
	text-align: center;
	background: #f2f3f8;
	overflow: hidden;
	position: relative;
}

.relator_box p {
	display: block;
	padding: 0;
	margin: 0;
}

.relator_box .thumb {
	display: block;
	height: 124px;
	position: relative;
	margin-bottom: 10px;
	transition: 0.2s;
	background: 50% 50% no-repeat;
	background-size: cover;
	overflow: hidden;
}

.relator_box .thumb:hover {
	opacity: 0.8;
}

.relator_box .thumb img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
}

.relator_box .title {
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
}

.relator_box .title:hover {
	text-decoration: underline;
}

.content ul, .content ol, .content .wpcmsdev-alert {
	position: relative;
	overflow: hidden;
}</pre></body></html>