﻿#addTokenHolder {
	display: flex;
	align-items: center;
	margin: 10px 0 10px 10%;
	cursor: pointer;
}
	#addTokenHolder .iconButton {
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}

#tokenInfoContainer {
	max-height: 630px;
	overflow-y: auto;
}

	#tokenInfoContainer > div:last-child {
		border-bottom: 0;
	}

.tokenInfoHolder {
	margin: 0 auto;
	width: 80%;
	padding: 35px 0;
	border-bottom: 1px solid #bbb;
}

.tokenName {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.tokenTextHolder {
	display: flex;
	align-items: center;
	margin: 10px 0;
	width: 100%;
}

.tokenTextHolder .iconButton {
	width: 30px;
	height: 30px;
	margin-left: 15px;
}

.tokenText {
	width: 100%;
	padding: 5px;
	font-style: italic;
}
#modalBody .apiParameterRow {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 10px 0;
}

	#modalBody .apiParameterRow div {
		font-size: 14px;
		width: 35%;
		min-width: 180px;
	}

	#modalBody .apiParameterRow input {
		width: 300px;
		padding: 5px;
		min-width: 180px;
	}