/** Custom pane CSS code - Added by GTI/Graeme**/
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
    display:none;
}
.romeo .dashboard-content .dashboard-custom .dash-card-custom .card-body {
    padding:0;
}

@media (min-width: 992px) {
.flex-dash-row .dash-card-custom .card-body {
    max-height: 480px;
}
}
