.panel {
    height: 140px;
}

.panel-green {
    border-color: #5cb85c;
    height: 140px;
    color: white;
    background-color: #5cb85c;
    padding: 10px;
}

.panel-red {
    border-color: #d9534f;
    height: 140px;
    color: white;
    background-color: #d9534f;
    padding: 10px;
}

.panel-yellow {
    border-color: #f0ad4e;
    height: 140px;
    color: white;
    background-color: #f0ad4e;
    padding: 10px;
}

.panel-primary {
    border-color: #428bca;
    height: 140px;
    color: white;
    background-color: #428bca;
    padding: 10px;
}

.dc-select-menu {
    width: 215px;
    max-height: 150px !important;
    
}

.dc-chart g.row rect {
   height: 20px;
   margin-top: 5px;
}

.dc-chart g.row text {
    fill: black;

}
