textarea {
	height:300px;
	font-family: monospace;
	font-size: 9pt;
}
input#code {
	width:250px!important;
}
#url { width: 75%!important; }
#redirect { width: 15%!important; }
#editbar {
	margin-bottom:1em;
	padding:0.4em;
	border: solid 0px #CCC;
	border-top-width: 1px;
	font-size:10pt;
}
div#url {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#breadcrumb {
	margin-bottom: 0.5em;
}
img.right {
	float:right;
	margin: 0 0 1em 1em;
}
img.left {
	float:left;
	margin: 0 1em 1em 0;
}
img.half {
	width:50%;
	height:50%;
}
img.middle {
	padding-top:20px;
	padding-bottom:20px;
}
#images img.right, .shadow {
	-webkit-filter: drop-shadow(0px 0px 24px rgba(0,0,0,0.2));
	padding-left:30px;
	padding-bottom:30px;
	display:block;
	float:right;
	clear:both;
}
#images img.top {
	-webkit-filter: drop-shadow(0px 0px 24px rgba(0,0,0,0.2));
	padding-bottom:30px;
	display:block;
	clear:both;
}
img.figure {
	-webkit-filter: drop-shadow(0px 0px 24px rgba(0,0,0,0.2));
	display:block;
}
#instructions dl dt {
	font-weight: bold;
}
#instructions dl dd {
	margin-bottom: 1em;
}
#content form input, #content form textarea, #content form select {
	width:95%;
}
#content form input#files {
	width:75%;
	border: none;
	padding-left:0;
}
#content form select#position {
	width:20%;
}
#content div#version {
	float:right;
	clear:both;
	font-size: 8pt;
	font-style: italic;
}
hr {
	margin: 2em 0 2em 0;
	color: #EEE;
	background-color: #DDD;
	border: 0 none;
	height: 1px;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content p a, #content ul a, #content ol a {
	text-decoration: underline;
	color:#00c8b5;
}

h3 {
	margin-bottom: 0.25em;
}

li {
	font-size: 16px!important;
}

li p {
	margin-bottom: 0.5em!important;
}

pre {
	background-color: rgba(128,128,128,0.25);
	border: 1px solid rgba(128,128,128,0.5);
	padding:0.25em;
	margin-top:-1em!important;
	margin-bottom:2em;
}

#content p a, #content ul a, #content ol a {
	font:inherit;
	text-transform: none;
	font-weight: inherit;
  	letter-spacing:inherit;
}