label {
	width: 80px;
	display: inline-block;
	vertical-align: top;
}

textarea.req {
	width: 90%;
	height: 90px;
	resize: vertical;
}

button {
	vertical-align: top;
}

textarea.result {
	width: 100%;
	resize: none;
}

html {
	height: 97%;
}

body {
	height: 100%;
}

div.result {
	height: calc(100% - (315px));
}

.result {
	height: 100%;
}
