@media print {
	.noprint, .nmModal {
		display: none;
	}
}

:root {
	font-size: 3.5mm;
}

body {
	margin: 0 1em;
	padding: 0;
	font-family: Calibri, Verdana, sans-serif;
	text-align: center;
}

p, h2, h3, ul, li, form {
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.statusHint {
	margin-bottom: 1.2em;
	font-size: 0.9em;
	opacity: 0.85;
}

table, td {
	border: solid thin #b3b3b3;
	border-collapse: collapse;
	padding: 0;
}

th {
	background-color: #4d4d4d;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: solid medium #b3b3b3;
	padding: 0.4em;
}

.monitorTable {
	margin: auto;
	width: 100%;
}

.containerDiv {
	background-color: #4d4d4d;
	color: white;
	text-align: center;
	max-width: 21cm;
	margin: auto;
	padding: 0.4em;
	min-height: 90vh;
}

.serverNormal {
	background-color: black;
	color: white;
	text-align: left;
	padding: 0.4em;
}

.IPcol {
	background-color: black;
	color: white;
	text-align: left;
	padding: 0.4em;
	display: none;
}

.IPheader {
	display: none;
}

@media screen and (min-width: 700px) {
	.IPcol, .IPheader {
		display: table-cell;
	}
}

.eCell {
	padding: 0;
}

.statusCell {
	text-align: left;
	padding: 0.55em 0.65em;
	cursor: pointer;
	border-left: 4px solid rgba(255, 255, 255, 0.35);
}

.statusCell:hover,
.statusCell:focus {
	outline: 2px solid rgba(255, 255, 255, 0.65);
	outline-offset: -2px;
}

.statusLine {
	display: flex;
	align-items: center;
	gap: 0.45em;
}

.statusIcon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.1em;
	font-size: 1.15em;
	line-height: 1;
	font-weight: bold;
}

.statusSummary {
	font-weight: bold;
	line-height: 1.35;
}

.legendItem {
	display: inline-block;
	margin: 0 0.6em 0.4em 0;
	white-space: nowrap;
}

.legendIcon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.3em;
	height: 1.3em;
	border-radius: 3px;
	margin-right: 0.2em;
	vertical-align: middle;
}

.statusTime {
	display: block;
	font-size: 0.85em;
	opacity: 0.85;
	margin-top: 0.15em;
}

.serverHealthy {
	background-color: #1f8a34;
	color: white;
}

.serverAlert {
	background-color: #d98200;
	color: black;
}

.serverStale {
	background-color: #c77800;
	color: black;
}

.serverError {
	background-color: #c62828;
	color: white;
	font-weight: bold;
}

.nmModal {
	display: none;
}

.nmModal.isOpen {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 1000;
}

.nmModalBackdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.nmModalPanel {
	position: relative;
	max-width: 42rem;
	max-height: 80vh;
	margin: 5vh auto;
	background: #f7f7f7;
	color: #222;
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}

.nmModalHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.8em 1em;
	background: #333;
	color: white;
}

.nmModalHeader h2 {
	font-size: 1.1em;
}

.nmModalClose {
	border: none;
	background: transparent;
	color: white;
	font-size: 1.6em;
	line-height: 1;
	cursor: pointer;
}

.nmModalSummary {
	padding: 0.9em 1em 0.4em;
	font-weight: bold;
	text-align: left;
}

.nmModalBody {
	margin: 0;
	padding: 0 1em 1em;
	text-align: left;
	white-space: pre-wrap;
	word-break: break-word;
	overflow: auto;
	max-height: 55vh;
	font-family: Consolas, "Courier New", monospace;
	font-size: 0.85em;
}
