﻿/* over-ride */
.container {
	width:auto !important; 
	height:auto;
}

/* disable not allowed cursor (jsut a matter of taste) */
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    cursor: default;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    cursor: pointer;
}

/* the brand is not an active object, disable hover */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #777;
}
