/* Contentexual menu for blocks */
.contextual-links-wrapper ul.contextual-links {
    height: auto;
    background: #fff;
}

.contextual-links-wrapper ul.contextual-links li {
    float: none;
    clear: both;
    background: #fff none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.contextual-links-wrapper ul.contextual-links li a {
    color: #555 !important;
    background: #fff none !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 9px !important;
}

.contextual-links-wrapper ul.contextual-links li a:hover {
    color: #000 !important;
    background: #bfdcee none !important;
}

.contextual-links-wrapper ul.contextual-links li a.contextual-links-region-active {
    /*add a green cog, loses contrast on dark bg. */
}

#top-menu .contextual-links-region {
    float: left;
    width: 100%;
}
