div#results, div.form {
	display: flex;
	justify-content: flex-start;
}

div#accounts p {
	margin: 0;
}

div.form {
	justify-content: space-between;
	max-width: 1000px;
}

div.formside {
	width: 45%;
	max-width: 400px;
	/* display: flex;
	flex-direction: column; */
}

div.inputrow {
	margin: 6px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

div.inputrow p, div.inputrow select, div.inputrow input {
	margin: 0;
	/* height: 16px; */
	min-width: 80px;
}

/* div.inputrow p {
	display: inline;
} */

div.addressbox {
	cursor: pointer;
	padding: 6px;
	margin: 0 10px;
}

div.addressbox:hover {
	background-color: lightgreen;
}
