/* These style changes restore the appearance of the site after Glazed theme updates that have broken the appearance */

.stpe-dropshadow {
    display: inline-block !important;
}

/* Masquerade Feature */
.block-masquerade .dropdown, .block-masquerade .element-invisible
{
    color: #000000 !important;
}

/* Noticed that the iPaper nodes weren't showing the main menu correctly */
.body--glazed-nav-desktop .navbar-static-top .menu > li {
    display: table;
    height: 100%;
    float: left;
}
