.kc-swap-board {
	margin: 20px 0;
}

.kc-swap-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	margin-bottom: 24px;
	padding: 16px;
}

.kc-swap-table {
	border-collapse: collapse;
	width: 100%;
}

.kc-swap-table th,
.kc-swap-table td {
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	text-align: left;
}

.kc-swap-table th {
	background: #f9f9f9;
}