#info_note {
	position: absolute;
	display: none;
	z-index: 100000;
	max-width: min(360px, 80vw);
	background: var(--color-12);
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,.14);
	box-shadow: 0 14px 34px rgb(0 0 0 / 79%);
	white-space: normal;
}

[data-theme="light"] #info_note {
	border-color: rgba(0,0,0,.14);
	box-shadow: 0 12px 26px rgba(0,0,0,.22);
}
#info_note td {
	font-size: 1.25em;
	font-family: var(--font, Verdana, Helvetica, Arial, sans-serif);
	color: var(--color-4);
	text-align: justify;
	padding: 10px;
}
#info_note table {
	background: transparent;
	padding: 0;
	border-radius: 10px;
}
#info_note img {
	max-width: 100%;
}
#info_note .min-width {
	width: auto;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}
#note-close {
	cursor: pointer;
	display: block;
	width: 11px;
	height: 11px;
	background: url("./images/prime_bbcode_note_close.gif") no-repeat top right;
	background-position: 0 -11px;
	position: absolute;
	top: -5px;
	left: 0px;
}
#note-close:hover {
	background-position: 0 0px;
}
#note-lock {
	display: none;
	position: absolute;
	white-space: nowrap;
	top: -20px;
	color: WindowText;
	background-color: Window;
	border: 1px solid WindowText;
	padding: 2px 2px;
}
.prime_bbcode_note {
	display: none;
}
.prime_bbcode_note_text {
	cursor: pointer;
	text-decoration: none;
}

.prime_bbcode_note_text {
	cursor: pointer;
	text-decoration: none;
}

.prime_bbcode_note_spur {
	cursor: pointer;
	display: inline-block;
	width: 18px; /* width of the icon, plus padding */
	height: 14px;  /* height of the icon */
	vertical-align: top;
	background: url("./images/prime_bbcode_note.gif") no-repeat top right;
}
