/* https://coolors.co/
Edit 10,$ s~\#.+/\*b1\*/~#ffffff/*b1*/~g
Edit 10,$ s~\#.+/\*f1\*/~#000000/*f1*/~g
Edit 10,$ s~\#.+/\*b2\*/~#FFFCF2/*b2*/~g
Edit 10,$ s~\#.+/\*f2\*/~#EB5E28/*f2*/~g
Edit 10,$ s~\#.+/\*f3\*/~#77878B/*f3*/~g
*/

html {
	font-size: 16pt;
	font-family: sans-serif;
}
body {
	color: #000000/*f1*/;
	margin: 0 1ex;
	max-width: 34.5em;
	line-height: 1.36rem;

	background-image: url("/assets/animals/antlers.jpg");
	background-position: left 36.5em top;
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-attachment: fixed;

}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 1.5em 0;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: block;
}
h1 {
	font-weight: normal;
	font-size: 1.80rem;
	margin: 3ex 0 2.5ex 0;
}
h2 {
	font-weight: normal;
	font-size: 1.44rem;
	margin: 4.3ex 0 2.5ex 0;
}
h3 {
	font-weight: normal;
	font-size: 1.2rem;
	margin: 4.05ex 0 1.7ex 0;
}
a {
	color: #EB5E28/*f2*/;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	display: block;
	margin: 1ex auto;
	box-sizing: border-box;
	padding: 1ex;
	max-width:100%;
}
button, textarea, input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
footer {
	margin: 2rem 0;
	color: #77878B/*f3*/;
	text-align: center;
}
dl {
	overflow: hidden;
	margin: 1ex;
	display: grid;
	grid-template-columns: max-content auto;
}
dt {
	text-align: right;
	padding: 0 0.5em 0 0;
	line-height: 1rem;
}
dd {
	margin: 0;
	padding: 0;
	line-height: 1rem;
}
pre {
	overflow-x: auto;
}

.demph {
	font-size: 80%;
}
.id, .pubkey, .privkey {
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: monospace;
}
.tag {
	white-space: nowrap;
	font-family: monospace;
}
.denseevent {
	margin: 1.5em 0.5ex 2em 0.5ex;
}
.spinner {
	display: inline-block;
	margin-left: 0.5ex;
	margin-right: 0.5ex;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0);
	border-top-color: rgba(0, 0, 0, .8);
	animation: spin 1s linear infinite;
}
@keyframes spin {
	to { transform: rotate(360deg); }
}
.error {
	margin: 1em;
	padding: 1em;
	border-radius: 1ex;
	background-color: #EB5E28/*f2*/;
	color: #FFFFFF/*b1*/;
}
#requestwork {
	width: 100%;
	margin: 0 0.5ex 1.5em 0.5ex;
	display: flex;
	flex-direction: row;
}
#quickcontent {
	padding: 0.5ex 1ex;
	flex: auto;
}
#rwbutton {
	padding: 0.5ex 1ex;
	margin: 0 1ex;
}
#difficulty {
	width: 6em;
}
#pubkey_input {
	display: flex;
	flex-direction: row;
}
#pubkey_text {
	flex:auto;
}
#displaycontent {
	background: transparent;
	border: none;
	width: 100%;
	resize: none;
}
.pow {
  display: flex;
  flex-direction: row;
}
.density {
  flex: auto;
}
.powf {
	margin: 0 0.5ex;
}
.event {
	margin: 0 0.5ex;
}
.content {
	border-radius: 1ex;
	padding: 1em;
	background: #FFFCF2/*b2*/;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}
.meta {
	font-size: 80%;
	color: #77878B/*f3*/;
}
#sign_button {
	display: none;
}
.invoice {
	font-size: 80%;
	font-family: monospace;
	overflow-wrap: anywhere;
}
#pages {
	margin: 1em;
	text-align: center;
}
#windows span {
	padding: 0.5ex 2ex 1ex 2ex;
	margin: 0 0.5ex;
	background: #eee;
	border-radius: 2ex;
}
.powamount {
	font-weight: bold;
}
.hidden {
	display: none;
}

