<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.refholder {
	position: relative;
	height: 100px;
	width: 100%;
}

.refpart {
	position: absolute;
	display: inline-block;
	height: 80px;
}

.refname {
	width: 50%;
	left: 35%;
}

.refimage {
	position: absolute;
	max-height: 80px;
	max-width: 33%;
}</pre></body></html>