body {
	margin: 0;
	padding: 0;
	background-image: url('background.png');
	background-position: bottom right;
	background-size: cover;
	background-attachment: fixed;
	background-color: #888;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}
#middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	margin-top: -10%;
	width: 60%;
}
.block {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #CCC;
	border: 1px solid black;
	width: 100%;
	box-shadow: 0 0 10px #CCC;
	border-radius: 5px;
	opacity: 0.85;
}
.block:last-of-type {
	margin-bottom: 0;
}
.block-error {
	background-color: #ffcccc;
	color: red;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	display: none;
}
#block-cn {
	font-size: 500%;
	text-align: center;
}
#block-cn.dim {
	opacity: 0.3;
}
#block-cn.good {
	background-color: #90ee90;
}
#block-cn.warning {
	background-color: #eeee90;
}
#block-cn.bad {
	background-color: #ee9090;
}
#block-cn.no-carrier {
	background-color: #800000;
	color: white;
}
#field-cn {
	padding: 20px;
	/*font-family: "Roboto Mono", sans-serif;*/
	font-weight: 700;
}
#block-data table tr td:nth-child(1) {
	font-weight: 300;
	padding-right: 20px;
}
#block-data table tr td:nth-child(2) {
	font-weight: 800;
}
#row-timestamp.warning {
	color: red;
}

@media only screen and (min-width: 1024px) {
	body {
		font-size: 24px;
	}
	#block-cn {
		font-size: 1000%;
		padding-top: 8%;
		padding-bottom: 8%;
	}
	#middle {
		margin-top: -2%;
	}
	#block-data table tr td:nth-child(1) {
		min-width: 200px;
	}
}