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;
}

table.table4em tr td:nth-of-type(1) {
	width: 4em;
}

table.table6em tr td:nth-of-type(1) {
	width: 6em;
}

.card-container {
	align-items: start;
	display: grid;
	gap: 3rem;
	grid-template-columns:
		repeat(auto-fill, 100px);
	list-style: none;
	margin: 1.5rem 0;
	padding: 0;
}
.card-container .card {
	background: var(--INTERNAL-BOX-BG-color);
	border: none;
	/* border-radius: 12px; */
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 8%); */
	color: var(--INTERNAL-MAIN-TEXT-color);
	display: flex;
	flex-direction: column;
	height: fit-content;
	max-height: 140px;
	min-height: 140px;
	overflow: hidden;
	overflow-wrap: break-word;
	position: relative;
	transition: all .3s ease;
	word-break: break-word;
}
.card-container .card-content {
	display: flex;
	flex: auto;
	flex-direction: column;
	margin: 0rem;
	min-height: 0;
	overflow: hidden;
	font-size:smaller;
	font-weight: normal;
	text-align: center;
}
.card-container a {
	text-decoration: none !important;
}
/* .card-container .card-content+.card-image {
	height: 80px;
	width: 80px;
} */
.card-container .card-image {
	background: 0 0;
	height: 90px;
	order: -1;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.card-container .card-image img {
	width: 80px;
	height: 80px;
	margin: 0 calc((100% - 80px) / 2) 10px !important;
	display: block;
}