<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post-buttons .icon-extended-button					{ padding: 0 5px; }

.icon-extended-button:before						{ background-image: url("./images/xi.png") !important; }
.post-buttons .icon-extended-button:before			{ margin-left: 0; }
.post-buttons .icon-extended-button					{ padding: 0 5px; }

.hastouch .post-buttons .icon-extended-button		{ padding: 2px 8px; }

.post-buttons .icon-extended-button span {
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.post-buttons .icon-extended-button:before {
	margin-left: 0;
}
.info-extended-icon:before							{ background-position: -4px 0px; }
.info-extended-icon:hover:before					{ background-position: -4px -21px; }

.icon-extended-button:before {
	/*background: transparent 0 0 no-repeat;*/
	content: '';
	display: inline-block;
	float: right;
	height: 12px;
	margin: 3px 0 0 2px;
	width: 12px;
}
</pre></body></html>