/**
fix color of contextual button
 */
.contextual > button.trigger {
    background-color: #ffffff!important;
}

/**
fix the position of menu when drupal toolbar is present
*/
.toolbar {
    display: none;
}

body.toolbar-vertical .toolbar,
body.toolbar-horizontal .toolbar {
    display: initial;
}

.contextual-links a {
    color: #333!important;
}
