
#floorTabs .floor-tab.is-current {
	font-weight: bold;
	text-decoration: underline;
}

.comment-body {
	white-space: pre-line;
}

tr.special[data-href] {
	cursor: pointer;
}

.owalk {
	--ocell: 32px;
	display: inline-block;
	width: var(--ocell);
	height: var(--ocell);
	background-repeat: no-repeat;
	background-size: calc(var(--on) * var(--ocell)) var(--ocell);
	background-position: 0 0;
	image-rendering: pixelated;
	animation: outfit-frames calc(var(--on) * 0.22s) steps(var(--on)) infinite;
}

@keyframes outfit-frames {
	from { background-position: 0 0; }
	to { background-position: calc(var(--on) * -1 * var(--ocell, 32px)) 0; }
}

@media (prefers-reduced-motion: reduce) {
	.owalk { animation: none; }
}
