* {
	max-width: 100%;
}
body {
	background-color: black;
	font-size: 20px;
	color: white;
	text-align: center;
	font-family: sans-serif;
}
h1 {
	font-weight: normal;
	display: inline;
}
h2 {
	display: inline;
}
iframe {
	width: 100%;
	border: 0px;
}
div {
	padding: 2px;
}
a {
	color: white;
	text-decoration-thickness: 1px;
}
a:hover {
	text-decoration: underline;
}
p {
	max-width: 700px;
	display: inline-block;
}
pre {
	max-width: 100%;
	font-size: 16px;
}
hr {
	width: 350px;
}
.qr {
	border: 10px solid white;
}
.mempoolStatus {
	height: 270px;
	pointer-events: none;
}
.seedStatus {
	height: 2000px;
}
#logo {
	height: 130px;
	margin-bottom: -10px;
	vertical-align: bottom;
}
#diagram {
	max-width: 100%;
}
/*
vim: tabstop=4 shiftwidth=4 textwidth=0 noexpandtab foldmethod=marker nowrap
*/
