#listbox1, #listbox2 {
	height: 150px;
	width: 190px;
}

.approveTermsContainer {
	display: flex;
	justify-content: center;
}

.transferBtns {
	margin: 10px 30px;
	align-self: center;
}

input[type=button] {
	padding: 5px 8px;
	border: 1px solid #000000;
	color: black;
	background-color: #EDEDED;
	cursor: pointer;
	border-radius: 4px;
}