/* Override default LCG widget colors by Wiking color theme colors */

.foldable-tree-widget li a.current span {
    background-color: #d2e0d8 !important;
}
.notebook-widget ul.notebook-switcher {
    border-bottom-color: #8a9 !important;
}
.notebook-widget li.notebook-tab a {
    border-color: #8a9 !important;
}
.notebook-widget li.notebook-tab a.current {
    background-color: #fff !important;
    border-bottom-color: #fff !important;
}
.popup-menu-widget {
    background-color: #e8eee8 !important;
    border-color: #d0d7d0 !important;
}
.popup-menu-widget li.active a,
.popup-menu-widget li.active a:active,
.popup-menu-widget li.active a:hover,
.popup-menu-widget li.active a:visited {
    color: #000 !important;
}
.popup-menu-widget li.active:hover {
    background-color: #f70 !important;
}
