<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Feature */
#departmentsBox .noteBox {
	background-color: rgba(96, 143, 255, .1);
	border-radius: 8px;
	margin: 24px 0 0;
	padding: 16px 24px;
}
#departmentsBox .noteBox strong {
	position: relative;
	font-size: 1.4rem;
	color: #f00;
	padding: 0 0 0 24px;
}
#departmentsBox .noteBox strong:before {
	position: absolute;
	left: 0;
	width: 18px;
	height: 18px;
	font-size: 1.6rem;
	font-weight: lighter;
	line-height: 1.2;
	text-align: center;
	border: solid 1px #f00;
	border-radius: 10px;
	content: "!";
}
#departmentsBox .noteBox p {
	margin: 8px 0 0;
}

/* Performance */
.performanceBox table:nth-of-type(2) tr:first-of-type td {
	border-top: solid 1px #afafaf;
}

@media screen and (max-width: 520px) {
	/* Feature */
	#departmentsBox .noteBox {
		padding: 16px;
	}
	#departmentsBox .noteBox p {
		line-height: 168%;
	}
}
	
</pre></body></html>