Html {
	margin: 0;
	padding: 0;
	overflow: auto;
	box-sizing: content-box;
}
body {
	margin: 0;
	padding: 0;
	overflow: auto;
}
div {
	position: relative;
	margin: 0;
	padding: 0;
}
p {
	margin-top: 4px;
	margin-bottom: 8px;
}
img {
	image-rendering: pixelated;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}
link {
	color: #00cc00;
}
link:hover {
	color: #009900;
}
#topper, #app, #output {
	float: left;
	padding: 10px;
	padding-bottom: 8px;
	margin: 5px 0 0 5px;
	max-width: calc(50% - 30px);
	min-width: 510px;
	width: 50%;
	height: auto;
	min-height: 99px;
	background-color: #ddd;
	border: 1px solid #aaa;
}
#exp, #col, #enc, #arr {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	width: auto;
	height: auto;
}
#col, #enc, #exp, #arr {
	min-width: 530px;
	max-width: 1200px;
	min-height: 60px;
	width: 100%;
	resize: vertical;
}
#rescol, #resenc, #result, #resarr {
	float: left;
	margin: 5px 0 0 5px;
	max-width: calc(50% - 10px);
	min-width: 530px;
	width: 100%;
	height: auto;
	background-color: #ddd;
	border: 1px solid #aaa;
	overflow: auto;
}
.color {
	width: 120px;
	height: 32px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: solid 1px #999;
	box-sizing: border-box;
}
.colorText {
	width: 120px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	box-sizing: border-box;
}
#closeFooter {
	cursor: pointer;
	float: right;
	line-height: 18px;
}

@media (max-width: 1092px) {
	#topper, #app, #output {
		max-width: calc(100% - 32px);
		width: 100%;
	}
	#rescol, #resenc, #result, #resarr {
		max-width: calc(100% - 12px);
		width: 100%;
	}
}
