
.ui-widget-content{
    background-color: #272727 !important;
    color: #fff !important;
}

.ui-widget-content a{
    color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #fff !important;
    box-shadow: -9px 10px 5px 0 rgba(0,0,0,0.25) !important;
    -webkit-box-shadow: -9px 10px 5px 0 rgba(0,0,0,0.25) !important;
    -moz-box-shadow: -9px 10px 5px 0px rgba(0,0,0,0.25) !important;
    background: #7996A3 !important;
    font-weight: bold !important;
}

.white-text {
    color: #fff !important;
}

.nv-legend-text{
    color: #fff !important;
}