.fnp_a[sopt='green'] {
	font-weight: bolder;
	text-decoration: none;
	color: #3eaf7c;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.fnp_a[sopt='green']:hover {
	text-decoration: underline;
}

.fnp_a[sopt='green']::after {
	content: ' ';
	background-image: var(--fnpi);
	background-size: 100%;
	height: 1em;
	width: 1em;
	display: inline-block;
	vertical-align: -10%;
}

table[sopt="mdn"] {
	border-collapse: collapse;
	border: 2px solid rgb(140 140 140);
	font-family: sans-serif;
	font-size: 0.8rem;
	letter-spacing: 1px;
}

table[sopt="mdn"] caption {
	caption-side: bottom;
	padding: 10px;
	font-weight: bold;
}

table[sopt="mdn"] thead,
table[sopt="mdn"] tfoot {
	background-color: rgb(228 240 245);
}

table[sopt="mdn"] th,
table[sopt="mdn"] td {
	border: 1px solid rgb(160 160 160);
	padding: 8px 10px;
}

table[sopt="mdn"] tfoot td {
	font-weight: bold;
}

table[sopt="mdn"] td:last-of-type {
	text-align: center;
}

table[sopt="mdn"] tbody>tr:nth-of-type(even) {
	background-color: rgb(237 238 242);
}



table[sopt="mdn"] tfoot th {
	text-align: right;
}