.nav-justified > li > a  {
	font-size: 110%;
}

.nav-justified li a {
	display: block;
}

.nav-justified li:hover,
.nav-justified li a:hover,
.nav-justified > .active {
	cursor: pointer;
	background: green;
	color: white !important;
}

.nav-justified li.active a, .nav-justified li:hover a{
	color: white;
}

.nav-justified li a:focus {
	color: black;
	background: none;
}

.text-justify {
	text-align: center;
}