Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#kephir-preview-dimmer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	opacity: .5;
	z-index: 10;
}

#kephir-preview-container {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	background: white;
	z-index: 20;
	margin-bottom: 3em;
	border: 1px solid black;
	padding: 1em;
}

#kephir-preview-container #wikiPreview + * {
	clear: both;
}

#kephir-preview-container #p-lang ul {
	column-width: 10em;
	-moz-column-width: 10em;
	-webkit-column-width: 10em;
}