html {
	--hihue: 0;
	--a-color: #F00;
	font-size: 24px;
}

.pri.big {
	font-size: 500%; /* fit seconds */
}
.senary.time {
	margin-top: -.5ex;
	font-size: 350%;
}
.senary .frac {
	font-size: 100%;
}
.senary small {
	opacity: .7;
}

.w-ping + .w-ping {
	margin-top: 1ex;
}
.w-news {
	font-size: 90%;
}

.w-radar {
	height: 380px;
}
.w-radar div {
	left: -910px;
}
.pin {
	background: #F00C;
	box-shadow: 0 0 1em #F00;
	width: .8em;
	height: .8em;
	margin: -.4em;
}
.w-radar img:first-child {
	filter: hue-rotate(315deg) saturate(125%);
}

.wotd.right {
	display: flex;
	flex-direction: column;
	height: 100vh;
}
.wotd.right article {
	flex-shrink: 0;
}
.wotd.right article.crop {
	flex-shrink: 1;
}

.gallery {
	width: auto;
}
.gallery figcaption {
	top: auto;
	bottom: 0;
}

#logout {
	float: right;
}
