<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * VisualEditor MediaWiki UserInterface MWReferenceDialog styles.
 *
 * @copyright 2011-2019 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt
 * @license MIT
 */

.ve-ui-mwReferenceDialog-reuseWarning {
	display: table;
	margin-bottom: 1em;
}

.ve-ui-mwReferenceDialog-reuseWarning &gt; * {
	display: table-cell;
}

.ve-ui-mwReferenceDialog-reuseWarning &gt; :first-child {
	background-position: top;
}

.ve-ui-mwReferenceDialog-reuseWarning &gt; :last-child {
	padding-left: 0.5em;
}
</pre></body></html>