/* -------------------------------------------------------------- 
   
   ie.css   
   Put any IE hack in here and be sure to include in header.
   
-------------------------------------------------------------- */
.navbar-nav {margin: 0;}
.nav>li {line-height: 35px;}
.nav>li.first {margin-left: 192px;}
.navbar-nav>li>a {
	line-height: inherit;
	padding: 0 2px;
	margin: 0;
}

/*IE 8 can't do responsive images, so set width to auto to make them appear their exact dimensions*/
.img-responsive {width: auto;}