html, body {
	margin: 0; 
	height: 100%; 
	overflow: hidden;
}

.contextmenu .dropdown-menu {
    min-width:300px;
}

.contextmenu .dropdown-menu>li>a {
    display: inline-block !important;
}

.btn-subtle {
	font-size:14px;
	color:#666;
	border:none;
	margin:0;
	padding:0;
	text-decoration:none !important;
}

.pt-1 {
	padding-top:0.75rem !important;
}

.mt-05 {
	margin-top:0.3rem !important;
}

.mt-075 {
	margin-top:0.5rem !important;
}

.m-1 {
	margin:0.75rem !important;
}

.m-2 {
	margin:1.5rem !important;
}

.mt-1 {
	margin-top:0.75rem !important;
}

.me-1 {
	margin-right:0.75rem !important;
}

.mb-1 {
	margin-bottom:0.75rem !important;
}

.mb-2 {
	margin-bottom:1.5rem !important;
}

.mb-3 {
	margin-bottom:2.25rem !important;
}

.mt-2 {
	margin-top:1.5rem !important;
}
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

blockquote {
    font-size: 12px !important;
}