body {
	padding-top: 80px;
}

table th ul,
table td ul {
	margin-bottom: 0px;
}

a.no-link-style {
	color: var(--bs-navbar-brand-color);
	text-decoration: none;
}

a.dropdown-item > i {
	margin-right: 7px;
}

section {
	margin-bottom: 30px;
}

/* theme color */
a.navbar-brand,
h3 {
	color: #363636 !important;
}
nav.navbar,
h3 {
	background-color: #B9DB93 !important;
}
h3 {
	padding: 10px 15px;
	border-left: 15px solid #55980B;
	font-size: 17pt;
	margin-bottom: 30px;
}