#help {
	display: none;
	width: calc(100% - 20.75em);
	/* background: orange; */
}

#output {
	position: fixed;
	right: 0.25em;
	top: 0;
	bottom: 0;
	width: 20em;
/*	text-align: right; */
	border-left: 1px solid #888;
	padding: 0 0.25em;
}

#output {
	overflow: auto;
}

#output h2 {
	text-align: center;
	margin: 0.25em 0;
}

#output textarea {
	display: block;
	width: 100%;
	height: 20em;
}

#but_reset {
	display: none;
	color: red;
}

#but_copy {
	display: block;
	float: right;
}

nav {
	width: calc(100% - 20.75em);
}


#selector {
	border-top: 1px solid #888;
	margin-top: 0.25em;
	padding-top: 0.25em;
}


#tabs {
	width: calc(100% - 20.75em);
}

#tabs label {
	display: block;
}

.section {
	border-top: 1px solid #888;
	margin: 0.25em 0;
	padding: 0.25em 0;
}

#tabs .section label {
	padding-left: 10em;
}

#tabs .section label.selected {
	padding-left: 0;
	font-weight: bold;
}

#tags_special {
	text-align: left;
}

#tags_special label {
	display: block;
}

#output label {
	display: block;
}

form.format {
	border-bottom: 1px solid #888;
	margin: 0.25em 0 0.5em 0;
	padding: 0 0 0.25em 0;
}
