ul#editor {
	color: #c66c04;
	list-style-type: none;
	padding-left: 10px;
	margin-top: 70px;
	margin-bottom: -10px;
	line-height: 21px;
	position: relative;
	z-index: 2;
}

ul#editor>li {
	display: inline-block;
	text-indent: 0;
	margin: 0;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #c66c04;
	opacity: 0.75;
}

ul#editor>li:last-child {
	border-right: 1px solid transparent;
}

ul#editor>li#edit {
	background: url(//cache.getlazarus.org/images/edit.gif) no-repeat;
	padding-left: 25px;
	border-right: 1px solid transparent;
}

ul#editor>li.hidden {
	display: none;
}

ul#editor>li a {
	font-weight: 500;
	font-style: normal;
}

.confirm {
	width: 500px;
	line-height: 40px;
	height: 40px;
	margin: 16px;
	margin-left: 9px;
	padding-left: 45px;
	border-radius: 10px;
	background: url(//cache.getlazarus.org/images/confirm.png) 7px 3px no-repeat;
	background-color: #fceddc;
	border: 1px solid #D2D1B2;
	position: relative;
	z-index: 3;
}

.confirm .button {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	width: 76px;
	height: 26px;
	line-height: 26px;
	background: url(//cache.getlazarus.org/images/button.png) 0 0;
	position: absolute;
	top: 7px;
}

.confirm .button:hover {
	background: url(//cache.getlazarus.org/images/button.png) -76px 0;
}

.confirm .one {
	right: 94px;
}

.confirm .two {
	right: 10px;
}

div.hidden {
	display: none;
}

.confirm.hidden .button {
	display: none;
}

#wikititle {
	width: 500px;
	font-family: monospace;
	resize: none;
}

#wikieditor {
	width: calc(100% - 10px);
	height: 400px;
	font-family: monospace;
	resize: none;
}

#wrapToggle {
	float: right;
	margin-top: 20px;
}

#diff {
	white-space: pre-wrap; 
}
