#trades {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}

#trades div {
	width: 650px;
}

ul {
	margin-bottom: 0;
}

#trades h3 {
	font-size: 18px;
	padding: 15px 0 5px 0;
}

#trades input, select, textarea {
	font-size: 18px;
	width: 650px;
	padding: 5px;
	box-sizing: border-box;
	font-family: inherit;
	background-color: #333;
	border-width: 0;
	resize: none;
	color: white;
}

#trades input:focus, #trades textarea:focus {
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	background-color: #555;
}

textarea#comments {
	height: 105px;
}

input#tradesubmit {
	cursor: pointer;
	margin-top: 10px;
	padding: 10px;
	width: 250px;
	float: right;
	font-size: 20px;
}

input#tradesubmit:hover {
	background-color: #555;
}
