
.nav.simple > li > a:hover,
.nav.simple > li > a:focus {
  text-decoration: underline;
  background-color: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: none;
}


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}



.breadcrumb {

background:none;

}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
    margin-right:10px;
}






