ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(14, 136, 56, 0.73);
}


li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: rgba(17, 17, 17, 0.26);
}

.active {
    background-color: #4CAF50;
}

.navbar{
	min-height: 10px;
	height: 18px
}

.navbar-brand {
    padding-top:10px !important; padding-bottom:0 !important;
    height: 10px;
}
.navbar-default .navbar-text{
	color: 	#FFFFFF;
}
.navbar-text {
	margin-bottom: 0px;
}
#title.navbar-text {
	float: none;
	margin-left: 0px;

}
.container {
	width: 970px;
	height: 54px;
}

.nav-holder.ng-scope{
	width: 950px;
	position: relative;
	margin:0px auto;
}

#logout.ng-scope {
			top: 0;
			right: 15px;
			width: 115px;
			height: 26px;
			margin: 0px;
			padding: 0px;
		}
a.md-default-theme:not(.md-button):hover, a:not(.md-button):hover{
	color: rgb(255, 255, 255);
}