* {
	box-sizing: border-box;
}

body {
	font-family: sans-serif;
	margin: 20px;
	padding: 0;
}

table {
	font-size: 14px;
	margin: 10px;
}

table {
	border: solid 1px #b0d1d1;
	border-spacing: 0;
	border-radius: 5px;
	overflow: hidden;
}

table thead th {
	background-color: #ddefef;
	border: solid 1px #b0d1d1;
	color: #336B6B;
	padding: 10px;
	text-shadow: 1px 1px 1px #fff;
}

table tbody td, table tbody th {
	border: solid 1px #b0d1d1;
	color: #336B6B;
	padding: 10px;
	text-shadow: 1px 1px 1px #fff;
}

small {
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
}

.swap-row {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}

.button {
	border: 0;
	outline: 0;
	cursor: pointer;
	color: white;
	background-color: rgb(84, 105, 212);
	box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(84 105 212) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	margin: 5px 10px;
	padding: 4px 8px;
	display: inline-block;
	min-height: 28px;
	transition: background-color .24s,box-shadow .24s;
	text-decoration: none;
	text-shadow: none;
}

.button:hover {
	box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(84 105 212) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 8%) 0px 3px 9px 0px, rgb(60 66 87 / 8%) 0px 2px 5px 0px;
}

.input {
	border: 0;
	outline: 0;
	color: rgb(60, 66, 87);
	background-color: rgb(255, 255, 255);
	box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 4px 8px;
	margin: 5px 10px;
	min-height: 28px;
	vertical-align: middle;
	transition: background-color .24s,box-shadow .24s;
	transition-property: background-color, box-shadow;
	transition-duration: 0.24s, 0.24s;
	transition-timing-function: ease, ease;
	transition-delay: 0s, 0s;
}
.input:focus{
	box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(58 151 212 / 36%) 0px 0px 0px 4px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}