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.
#CL-modal {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 120%;
	top: -100px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.4);
}
#CL-interface {
	background-color: #f0f0f0;
	margin: 15% auto;
	padding: 2px 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 60em;
	font-size: 90%;
}
#CL-interface-content {
	min-height: 7em;
	width : 875px;
	height : 100%;
}
#CL-interface-footor {
	min-height: 3em
}
.CL-row:after {
	content: "";
	display: table;
	clear: both;
}
.CL-column {
	float: left;
	width: 50%;
}