.hidden {
	display: none;
}

body {
	font-family: sans-serif;
	background-color: #e6fee6;
}

body.alert {
	background-color: #ffd699;
}

body.panic {
	background-color: red !important;
}

fieldset {
	margin-top: 1rem;
	width: 90vw;
	margin-left: 2vw;
}

legend {
	cursor: pointer;
	font-size: 1.5rem;
	color: limegreen;
}

legend.servertype::before {
	content: "\1F4E1 ";
}

legend.playertype::before {
	content: "\1F4FB ";
}

legend.unknowntype::before {
	content: "\2753 ";
}

legend.alert {
	font-weight: bold;
	color: crimson;
}

legend.ancient {
	font-weight: bold;
	color: lightpink;
}

dd {
	width: 80vw;
}

dt {
	font-weight: bold;
}

pre {
	color: lime;
	background-color: black;
	padding: 1rem;
	border: 3px black inset;
	font-size: 12pt;
	overflow: auto;
	max-height: 33vh;
}

a {
	text-decoration: none;
}

h2#noserver {
	color: white;
}