<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("../../../../../assets/css/fifthly.css?v=20240820");

p font {
	color: #c55a11;
	font-weight: bold;
	text-shadow: 1px 1px 2px gray;
}

.diamond {
	position: relative;
	margin-left: 1.25em;
	display: block;
}

.diamond::before {
	content: "";
	background: black;
	position: absolute;
	top: 0.5em;
	/*	bottom: 0; */
	left: -1.25em;
	/*	right: 0;*/
	width: 0.75em;
	height: 0.75em;
	transform: rotate(45deg);
	/*	margin: auto;*/
}</pre></body></html>