.breadcrumb {
	font-size: 0.65rem;
	margin-bottom: 0.125rem;
}

.custom-label {
	color: #8b0000;
	text-shadow: 1px 1px #8b6666, 1px 1px #8b6666 !important;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;	
}

.dark-font{
	color: #000000;
	text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
}

.light-font {
	color: #ffffff;
}

.term-name {
	color: #fbb202;
	font-size: 1.25rem;
	font-weight: 600;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text-custom {
	color: #3b95e3;
}

.text-custom01 {
	color: #8b0000;
}

.text-custom-02 {
	color: #fbb202;
}


.text-sm{
	font-size: 0.65rem;
}

.text-xs{
	font-size: 0.55rem;
}

.whitefont {
	color: #ffffff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}