/*!
 * VisualEditor minimal demo
 *
 * @copyright 2011-2020 VisualEditor Team and others; see http://ve.mit-license.org
 */

body {
	font-family: sans-serif;
	font-size: 0.8em;
}

.ve-instance {
	margin: 1em;
	border: 1px solid #ccc;
}

.ve-ui-surface-placeholder,
.ve-ui-surface .ve-ce-attachedRootNode {
	padding: 0.5em 1.5em;
}

.ve-demo-output {
	margin: 1em;
}

.ve-demo-html {
	margin-top: 1em;
	max-width: none;
	font-family: monospace, monospace; /* Support: Blink, Gecko, Webkit, see T176636 */
}
