#inclusion ul li.nav-item {
	background-color:#51822B;
	border-right: 1px solid #fff;
	line-height:1.1;
	margin: 0;
}
#inclusion .nav a {
	color:#fff;
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
}
#inclusion ul li.nav-item:hover,
#inclusion .nav a:hover,
#inclusion .nav a:focus {
	background-color: #3D6321;
	color: #fff;
}
#inclusion .navbar-toggler {
	line-height: 1.5;
	background-color: #eee;
	border: 1px solid #666;
	border-radius: .25rem;
}
#inclusion ul li.nav-item.active {
	background-color: #3D6321;
	color: #fff;
}
#ethnicityData th {line-height:1.1;}
.hidden{ 
	display: none;
}
.white-txt {
	color: white;
}
.white-txt:link {
	color: white;
}
.white-txt:visited {
	color: white;
}
.white-txt:hover {
	color: white;
}
.white-txt:active {
	color: white;
}
.navbar-header {
  width: auto;
}