.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 850px; /**Original setting 530px**/
      
    }
    .d-block
    {
        display:none;
    }
    
    
        /* circular button main colour... */
/*.dash-cta-deck .dash-cta-link:after {
    background-color:#01d8bd !important;
    }*/
    
    /* circular button text colour...  only need to include this if you don't want to use the current white colour */
/*.dash-cta-deck .dash-cta-link .dash-cta-icon {
    color:black !important;
    }*/
/* The extra notification badges - not working! */
/*.dash-cta-badge .badge .badge-pill .badge-secondary{
    background-color:#51a5cd !important;
    color:black !important;
    }*/
}
