/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

#Secondary_Navbar-Account {
    display: none !important;
}

.navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

