@charset "UTF-8";

@media all {
	.copyright th a::after {
		content: "\22C0";
		margin-left: 0.5rem;
	}

	.copyright th.copyright__filtered a::after {
		content: "\22C1";
	}
}