
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.btn-m {
	margin-top: 1rem;
}

thead input {
	width: 100%;
}

.table-nonfluid {
	width: auto !important;
}

.table-dense tr td {
	padding: 0px;
}

.avoid-page-break {
	page-break-inside: avoid;
}

.quote-footer {
	position: fixed;
	bottom: 0;
}

.lrb {
	background: rgb(255, 225, 225);
}

.lgb {
	background: rgb(225, 255, 225);
}

.lbb {
	background: rgb(225, 225, 255);
}

.p-lost {
	color: darkred;
}

.p-unlikely,
.p-possible,
.p-likely {
	color: darkgoldenrod;
}

.p-won {
	color: darkgreen;
}

.hidethisthing {
	visibility: hidden;
}

.fadethisthing {
	opacity: 0.33;
}

.text-blue1 {
	color: #2c3968;
}

.bg-blue1 {
	background-color: #2c3968;
}

.navbar-dark .navbar-nav .nav-link {
	color: #e2e2e2;
}

.nds-report {
	white-space: pre;
	font-family: monospace;
}

#chart_div>table {
	border-collapse: separate;
}

.text-strike {
	text-decoration: line-through;
}

@media print {
	.printThisFullOuter {
		page-break-before: always;
	}
}

@media print {
	.printThisFullInner {
		max-height: 12in;
		max-width: 100%;
	}
}

@media screen {
	.printThisFullInner {
		max-height: 6in;
		max-width: 80%;
	}
}