a.words {
	text-decoration: none !important;
	border-bottom: 1px dashed #52658c;
}

.red {
	color: red;
	font-weight: bold;
}
a.lightbox-link img.actual {
	max-width:  100%;
	max-height: 100%;
}

#R-body-inner img:not(.lightbox-image) {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

p:has(img:not(.icon)) {
	margin-top: 1.5em;
	margin-left: 30px;
	margin-bottom: 1.5em;
}

div.box.warning ol li,
div.box.note ol li {
	margin-top: 1em;
}

.topbar-wrapper > .topbar-area-start > .topbar-button > .topbar-control {
	/* border-inline-end: 1px solid rgba( 134, 134, 134, .333 ); */
	border-inline-end: 1px solid rgba( 255, 255, 255, 1 );
	height: 100%;
	display: flex;
	align-items: center;
}
.fa-list-alt::before,
.fa-bars::before {
	margin-top: 0;
}

#R-body-inner ul.columnize {
	margin-top: 0;
	margin-bottom: 0;
}

#R-body img.icon {
	margin-right: 0 !important;
}

a.lightbox-link:has(img.icon) {
	display: inline;
}

/* #R-topbar {
	overflow-x: hidden;
	overflow-y: visible;
} */

a.lightbox-link img.actual {
	max-width: 100% !important;
}

.blue {
	color: #00a3eb;
}

.red {
	color: #a82626;
}

ul.limt1>li {
	margin-top: 1em;
}

.menuset {
	text-indent: -3.5em;
	margin-left: 3.5em;
}
p.menuset>span {
	text-indent: 0em;
	margin-right: 5px;
}