textarea[id^="result"] {
	display: inline-block !important;
	vertical-align: middle;
	height: 45px !important;
}
textarea#result {
	height: 55px !important;
}

.radixLabel {
	width: 100px !important;
	display: inline-block !important;
}

.result-row {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#radixSelect {
	vertical-align: top;
}

.result-row div:nth-of-type(1) {
	display: table-cell;
	width: 80px;
}
.result-row div:nth-of-type(2) {
	display: table-cell;
	width: 100%;
}
