#input {
	height: 100px;
	font-size: 16px;
}
.inputs {
	overflow-y: scroll;
	height: 130px;
	font-size: 18px;
	word-break: break-all;
	word-wrap: break-word;
}


#layout {
	width: 100%;
}
#layout td {
	width: 50%;
}
