@supports (font-variation-settings: normal) {
	@font-face {
		font-family: 'Open Sans Variable';
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src: local('Open Sans'), local('Open-Sans'),
		     url('open-sans-v20210210-variable-latin-ext.woff2') format('woff2');
	}
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Open Sans Light'), local('OpenSans-Light'),
	     url('open-sans-v20210210-light-latin-ext.woff2') format('woff2'),
	     url('open-sans-v20210210-light-latin-ext.woff') format('woff');
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	font-weight: 300;
	background: #dde3e0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
@supports (font-variation-settings: normal) {
	body {
		font-family: "Open Sans Variable", "Arial", "Helvetica", sans-serif;
	}
}
#content {
	flex: 1 0 auto;
	margin-top: calc((10px + 0.6vmin) * (1.1 /* footer height */ + 1 /* footer padding */ + .5 /* footer bottom margin */ + .5));
	margin-bottom: calc((10px + 0.6vmin) * (.5) + 10px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: auto;
	text-align: center;
	font-size: calc(10px + 7vmin);
}
#content .value,
#content .value.overlay {
	font-size: 1em;
	color: #0e4225;
	line-height: 1.2em;
	height: 1.2em;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.4s;
}
#content .value.hidden,
#content .value.overlay.hidden {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.4s, opacity 0.4s;
}
#content .value.overlay {
	margin-top: -1.2em;
}
#content .unit {
	font-size: .59em;
	color: #209655;
	line-height: 1.2em;
	height: 1.2em;
	visibility: visible;
	transition: visibility 0s linear 0.5s;
}
#content .unit.clickable {
	cursor: pointer;
	position: relative;
}
#content .unit.clickable:after {
	display: inline-block;
	content: "";
	background: url("arrow.svg?20160905");
	background-size: .7em 1em;
	background-position: 85% 50%;
	background-repeat: no-repeat;
	width: .85em;
	height: 1.2em;
	vertical-align: top;
	opacity: .8;
}
#content .unit.clickable:hover {
	color: #29BD6A;
}
#content .unit.clickable:hover:after {
	opacity: .6;
}
#content .unit.hidden {
	visibility: hidden;
	transition: none;
}
#content .dropdown {
	margin-top: -1em;
	font-size: .59em;
	background: #edf1f5;
	padding: .2em .4em .35em .4em;
	max-height: 1.2em; /* placeholder */
	visibility: visible;
	overflow: hidden;
	transition: visibility 0s, max-height 0.5s ease-in-out, margin-top 0.5s ease-in-out, background 0.5s;
}
#content .dropdown.hidden {
	margin-top: -1.4em;
	background: transparent;
	max-height: 1.2em !important;
	visibility: hidden;
	transition: visibility 0s linear 0.5s, max-height 0.5s ease-in-out, margin-top 0.5s ease-in-out, background 0.5s;
}
#content .dropdown div {
	color: #888;
	line-height: 1.2em;
	max-height: 1.2em;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	transition: visibility 0s linear 0.2s, max-height 0.5s ease-in-out, opacity 0.3s ease-in-out 0.2s;
}
#content .dropdown div::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 1.2em;
	background: url("arrow.svg?20160905");
	background-size: .7em 1em;
	background-position: 85% 50%;
	background-repeat: no-repeat;
	vertical-align: top;
	opacity: 0;
	transition: opacity 0.25s, width 0.5s ease-in-out;
}
#content .dropdown div:hover {
	color: #2B83CC;
}
#content .dropdown div.active {
	color: #209655;
	transition: none;
}
#content .dropdown.hidden div {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.2s, max-height 0.5s ease-in-out, opacity 0.2s ease-in-out, color 0.2s;
}
#content .dropdown.hidden div.active {
	max-height: 1.2em;
	opacity: 1;
	visibility: inherit;
	transition: color 0.5s;
}
#content .dropdown.hidden div.active::after {
	opacity: .8;
	width: .85em;
	transition: opacity 0.25s linear 0.25s, width 0.5s ease-in-out;
}
#footer {
	flex: 0 0 auto;
	align-self: center;
	font-size: calc(10px + 0.6vmin);
	line-height: 1.1em;
	height: 1.1em;
	padding: .5em .7em;
	background: #edf1f5;
	text-align: center;
}
#footer span:not(:last-child)::after {
	content: " -";
	color: #aaa;
}
#footer span {
	color: #444;
}
#footer .ipv4 {
	color: #632b2f;
}
#footer .ipv6 {
	color: #21573d;
}
#footer a:link, #footer a:hover, #footer a:visited {
	color: #444;
	text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
body::after {
	/* bottom margin for footer */
	content: "";
	font-size: calc(10px + 0.6vmin);
	width: 1px;
	flex: 0 0 .5em;
}
