body {
	background-color: #101010;
	color: #fff;
}

.space1 {
	padding-top: 5px;
}

.space2 {
	padding-top: 10px;
}

.space3 {
	padding-top: 15px;
}

.space4 {
	padding-top: 20px;
}

.space5 {
	padding-top: 25px;
}

.space6 {
	padding-top: 30px;
}

#outer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#inner {
	white-space: nowrap;
	text-align: center;
}

#logo {
	width: 100%;
	min-width: 300px;
	max-width: 600px;
	margin-top: 45px;
}

.btn {
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	background-color: #fff;
	color: #000;
	padding: 12px 32px;
	font-weight: 600;
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	text-align: center;

	min-width: 80px;
	margin-top: 27px;
}

.btn.btn-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.btn:hover {
	background-color: #f7941f;
}


table {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

td:first-of-type {
	width: 180px;
	text-align: left;
}

td:last-of-type {
	width: 400px;
	text-align: right;
}

#table_outer {
	display: inline-block;
	border: 1px solid #f7941f;
	padding-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}

#connected,
#disconnected {
	display: none;
}

#connected {
	margin-top: 55px;
	margin-bottom: 50px;
}

#disconnected {
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 2;
}

* {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

table:nth-of-type(1) {
	background-color: #f7941f;
	color: #000;
	padding-top: 12px;
	padding-bottom: 12px;
}

table:nth-of-type(2) {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f7941f;
}

table:nth-of-type(3) {
	padding-top: 12px;
	padding-bottom: 14px;
	font-weight: 300;
	border-bottom: 1px solid #f7941f;
}

table:nth-of-type(4) {
	padding-top: 14px;
	padding-bottom: 17px;
	font-size: 22px;
	border-bottom: 1px solid #f7941f;
}

.address {
	font-family: Menlo, monospace;
}

i.fa {
	display: inline-block;
	text-align: center;
	width: 16px;
	margin-right: 3px;
}