.theme-dark {
	background: #1e1e1e
}

.theme-dark #in, .theme-dark #out, .theme-dark #presets, .theme-dark .input, .theme-dark option {
	background: #1e1e1e;
	font: 24px monospace;
	color: #fff
}

.theme-dark #settings {
	background: #181818
}

.theme-wacky {
	background: red
}

.theme-wacky #in, .theme-wacky #out, .theme-wacky #presets, .theme-wacky .input, .theme-wacky option {
	background: red;
	font: 50px fantasy;
	color: green
}

.theme-wacky #settings {
	background: #c00
}

#in, #out {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 49%;
	resize: none;
	height: 100%;
	transition: width 0.8s ease, left 0.8s ease
}

#out {
	left: 49%
}

#settings {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 2%;
	transition: width 0.8s ease;
	overflow-x: hidden;
	overflow-y: scroll
}

#settings:hover {
	width: 20%
}

#settings:not(:hover) #presets, #settings:not(:hover) .input, #settings:not(:hover) #syntaxlink {
	opacity: 0;
	transition: opacity 0.5s ease
}

#presets, .input, #syntaxlink {
	transition: opacity 0.8s ease
}

#presets {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 1%;
	height: 40px;
	border-radius: 0px
}

.input {
	width: 90%;
	position: absolute;
	left: 5%;
	resize: none;
	top: 7%;
	height: 100px
}

#syntaxlink a {
	left: 5%;
	position: absolute;
	color: dodgerblue;
	top: 95%
}

#arg2 {
	top: 19%
}

#arg3 {
	top: 31%
}

#rules {
	top: 43%
}

::-webkit-scrollbar {
	width: 0px
}

* {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none
}